Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
PaymentCreatedMessagePayload
Interface PaymentCreatedMessagePayload
Generated after a successful
Create Payment
request.
interface
PaymentCreatedMessagePayload
{
payment
:
Payment
;
type
:
"PaymentCreated"
;
}
Index
Properties
payment
type
Properties
Readonly
payment
payment
:
Payment
Payment
that was created.
Readonly
type
type
:
"PaymentCreated"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
payment
type
Typescript SDK Type Docs
Loading...
Generated after a successful Create Payment request.