toggle menu
PortOne Server SDK for JVM
0.8.1
jvm
switch theme
search in API
PortOne Server SDK for JVM
/
io.portone.sdk.server.payment.cashreceipt
/
IssueCashReceiptCustomerInput
Issue
Cash
Receipt
Customer
Input
@
Serializable
data
class
IssueCashReceiptCustomerInput
(
val
identityNumber
:
String
,
val
name
:
String
?
=
null
,
val
email
:
String
?
=
null
,
val
phoneNumber
:
String
?
=
null
)
현금영수증 발급 시 고객 관련 입력 정보
Members
Constructors
Issue
Cash
Receipt
Customer
Input
Link copied to clipboard
constructor
(
identityNumber
:
String
,
name
:
String
?
=
null
,
email
:
String
?
=
null
,
phoneNumber
:
String
?
=
null
)
Properties
email
Link copied to clipboard
val
email
:
String
?
=
null
이메일
identity
Number
Link copied to clipboard
val
identityNumber
:
String
고객 식별값
name
Link copied to clipboard
val
name
:
String
?
=
null
이름
phone
Number
Link copied to clipboard
val
phoneNumber
:
String
?
=
null
전화번호