Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
CapturePaymentRequest
Interface CapturePaymentRequest
interface
CapturePaymentRequest
{
amount
?:
number
|
null
;
isFinal
?:
boolean
|
null
;
order
?:
CapturePaymentOrder
|
null
;
}
Index
Properties
amount?
is
Final?
order?
Properties
Optional
amount
amount
?:
number
|
null
Optional
is
Final
isFinal
?:
boolean
|
null
Optional
order
order
?:
CapturePaymentOrder
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
is
Final
order
Worldline Connect Node.js SDK
Loading...