Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
CreatePaymentResult
Interface CreatePaymentResult
interface
CreatePaymentResult
{
creationOutput
?:
PaymentCreationOutput
|
null
;
merchantAction
?:
MerchantAction
|
null
;
payment
?:
Payment
|
null
;
}
Hierarchy (
View Summary
)
CreatePaymentResult
CompletePaymentResponse
CreatePaymentResponse
Index
Properties
creation
Output?
merchant
Action?
payment?
Properties
Optional
creation
Output
creationOutput
?:
PaymentCreationOutput
|
null
Optional
merchant
Action
merchantAction
?:
MerchantAction
|
null
Optional
payment
payment
?:
Payment
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
creation
Output
merchant
Action
payment
Worldline Connect Node.js SDK
Loading...