Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
ApprovePaymentRequest
Interface ApprovePaymentRequest
interface
ApprovePaymentRequest
{
amount
?:
number
|
null
;
directDebitPaymentMethodSpecificInput
?:
|
ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput
|
null
;
order
?:
OrderApprovePayment
|
null
;
sepaDirectDebitPaymentMethodSpecificInput
?:
|
ApprovePaymentSepaDirectDebitPaymentMethodSpecificInput
|
null
;
}
Index
Properties
amount?
direct
Debit
Payment
Method
Specific
Input?
order?
sepa
Direct
Debit
Payment
Method
Specific
Input?
Properties
Optional
amount
amount
?:
number
|
null
Optional
direct
Debit
Payment
Method
Specific
Input
directDebitPaymentMethodSpecificInput
?:
|
ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput
|
null
Optional
order
order
?:
OrderApprovePayment
|
null
Optional
sepa
Direct
Debit
Payment
Method
Specific
Input
sepaDirectDebitPaymentMethodSpecificInput
?:
|
ApprovePaymentSepaDirectDebitPaymentMethodSpecificInput
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
direct
Debit
Payment
Method
Specific
Input
order
sepa
Direct
Debit
Payment
Method
Specific
Input
Worldline Connect Node.js SDK
Loading...