Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
RefundCardMethodSpecificOutput
Interface RefundCardMethodSpecificOutput
interface
RefundCardMethodSpecificOutput
{
authorisationCode
?:
string
|
null
;
card
?:
CardEssentials
|
null
;
refundProductId
?:
number
|
null
;
totalAmountPaid
?:
number
|
null
;
totalAmountRefunded
?:
number
|
null
;
}
Hierarchy (
View Summary
)
RefundMethodSpecificOutput
RefundCardMethodSpecificOutput
Index
Properties
authorisation
Code?
card?
refund
Product
Id?
total
Amount
Paid?
total
Amount
Refunded?
Properties
Optional
authorisation
Code
authorisationCode
?:
string
|
null
Optional
card
card
?:
CardEssentials
|
null
Optional
refund
Product
Id
refundProductId
?:
number
|
null
Optional
total
Amount
Paid
totalAmountPaid
?:
number
|
null
Optional
total
Amount
Refunded
totalAmountRefunded
?:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorisation
Code
card
refund
Product
Id
total
Amount
Paid
total
Amount
Refunded
Worldline Connect Node.js SDK
Loading...