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
/
IssueFailedCashReceipt
Issue
Failed
Cash
Receipt
@
Serializable
@
SerialName
(
value
=
"ISSUE_FAILED"
)
data
class
IssueFailedCashReceipt
(
val
merchantId
:
String
,
val
storeId
:
String
,
val
paymentId
:
String
,
val
orderName
:
String
,
val
isManual
:
Boolean
,
val
channel
:
SelectedChannel
?
=
null
)
:
CashReceipt
발급 실패
Members
Constructors
Issue
Failed
Cash
Receipt
Link copied to clipboard
constructor
(
merchantId
:
String
,
storeId
:
String
,
paymentId
:
String
,
orderName
:
String
,
isManual
:
Boolean
,
channel
:
SelectedChannel
?
=
null
)
Properties
channel
Link copied to clipboard
val
channel
:
SelectedChannel
?
=
null
현금영수증 발급에 사용된 채널
is
Manual
Link copied to clipboard
open
override
val
isManual
:
Boolean
수동 발급 여부
merchant
Id
Link copied to clipboard
open
override
val
merchantId
:
String
고객사 아이디
order
Name
Link copied to clipboard
open
override
val
orderName
:
String
주문명
payment
Id
Link copied to clipboard
open
override
val
paymentId
:
String
결제 건 아이디
store
Id
Link copied to clipboard
open
override
val
storeId
:
String
상점 아이디