@portone/server-sdk
Preparing search index...
Common
Customer
Type Alias Customer
고객 정보
type
Customer
=
{
id
?:
string
;
name
?:
string
;
birthYear
?:
string
;
gender
?:
Gender
;
email
?:
string
;
phoneNumber
?:
string
;
address
?:
Address
;
zipcode
?:
string
;
}
Index
Properties
id?
name?
birth
Year?
gender?
email?
phone
Number?
address?
zipcode?
Properties
Optional
id
id
?:
string
고객 아이디
고객사가 지정한 고객의 고유 식별자입니다.
Optional
name
name
?:
string
이름
Optional
birth
Year
birthYear
?:
string
출생 연도
Optional
gender
gender
?:
Gender
성별
Optional
email
email
?:
string
이메일
Optional
phone
Number
phoneNumber
?:
string
전화번호
Optional
address
address
?:
Address
주소
Optional
zipcode
zipcode
?:
string
우편번호
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
birth
Year
gender
email
phone
Number
address
zipcode
@portone/server-sdk
Loading...
고객 정보