Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
RefundOutput
Interface RefundOutput
interface
RefundOutput
{
amountOfMoney
?:
AmountOfMoney
|
null
;
amountPaid
?:
number
|
null
;
bankRefundMethodSpecificOutput
?:
RefundBankMethodSpecificOutput
|
null
;
cardRefundMethodSpecificOutput
?:
RefundCardMethodSpecificOutput
|
null
;
cashRefundMethodSpecificOutput
?:
RefundCashMethodSpecificOutput
|
null
;
eInvoiceRefundMethodSpecificOutput
?:
|
RefundEInvoiceMethodSpecificOutput
|
null
;
eWalletRefundMethodSpecificOutput
?:
|
RefundEWalletMethodSpecificOutput
|
null
;
mobileRefundMethodSpecificOutput
?:
RefundMobileMethodSpecificOutput
|
null
;
paymentMethod
?:
string
|
null
;
references
?:
PaymentReferences
|
null
;
}
Hierarchy (
View Summary
)
OrderOutput
RefundOutput
Index
Properties
amount
Of
Money?
amount
Paid?
bank
Refund
Method
Specific
Output?
card
Refund
Method
Specific
Output?
cash
Refund
Method
Specific
Output?
e
Invoice
Refund
Method
Specific
Output?
e
Wallet
Refund
Method
Specific
Output?
mobile
Refund
Method
Specific
Output?
payment
Method?
references?
Properties
Optional
amount
Of
Money
amountOfMoney
?:
AmountOfMoney
|
null
Optional
amount
Paid
amountPaid
?:
number
|
null
Optional
bank
Refund
Method
Specific
Output
bankRefundMethodSpecificOutput
?:
RefundBankMethodSpecificOutput
|
null
Optional
card
Refund
Method
Specific
Output
cardRefundMethodSpecificOutput
?:
RefundCardMethodSpecificOutput
|
null
Optional
cash
Refund
Method
Specific
Output
cashRefundMethodSpecificOutput
?:
RefundCashMethodSpecificOutput
|
null
Optional
e
Invoice
Refund
Method
Specific
Output
eInvoiceRefundMethodSpecificOutput
?:
RefundEInvoiceMethodSpecificOutput
|
null
Optional
e
Wallet
Refund
Method
Specific
Output
eWalletRefundMethodSpecificOutput
?:
RefundEWalletMethodSpecificOutput
|
null
Optional
mobile
Refund
Method
Specific
Output
mobileRefundMethodSpecificOutput
?:
RefundMobileMethodSpecificOutput
|
null
Optional
payment
Method
paymentMethod
?:
string
|
null
Optional
references
references
?:
PaymentReferences
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
Of
Money
amount
Paid
bank
Refund
Method
Specific
Output
card
Refund
Method
Specific
Output
cash
Refund
Method
Specific
Output
e
Invoice
Refund
Method
Specific
Output
e
Wallet
Refund
Method
Specific
Output
mobile
Refund
Method
Specific
Output
payment
Method
references
Worldline Connect Node.js SDK
Loading...