Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
PaymentResponse
Interface PaymentResponse
interface
PaymentResponse
{
hostedCheckoutSpecificOutput
?:
HostedCheckoutSpecificOutput
|
null
;
id
?:
string
|
null
;
paymentOutput
?:
PaymentOutput
|
null
;
status
?:
string
|
null
;
statusOutput
?:
PaymentStatusOutput
|
null
;
}
Hierarchy (
View Summary
)
Payment
PaymentResponse
Index
Properties
hosted
Checkout
Specific
Output?
id?
payment
Output?
status?
status
Output?
Properties
Optional
hosted
Checkout
Specific
Output
hostedCheckoutSpecificOutput
?:
HostedCheckoutSpecificOutput
|
null
Optional
id
id
?:
string
|
null
Optional
payment
Output
paymentOutput
?:
PaymentOutput
|
null
Optional
status
status
?:
string
|
null
Optional
status
Output
statusOutput
?:
PaymentStatusOutput
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hosted
Checkout
Specific
Output
id
payment
Output
status
status
Output
Worldline Connect Node.js SDK
Loading...