@usethrottle/checkout-sdk
Preparing search index...
server
CheckoutPaymentTransaction
Interface CheckoutPaymentTransaction
interface
CheckoutPaymentTransaction
{
amount
?:
number
;
createdAt
?:
string
;
currency
?:
string
;
id
:
string
;
paymentId
?:
string
;
status
?:
string
;
type
?:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
amount?
created
At?
currency?
id
payment
Id?
status?
type?
Properties
Optional
amount
amount
?:
number
Optional
created
At
createdAt
?:
string
Optional
currency
currency
?:
string
id
id
:
string
Optional
payment
Id
paymentId
?:
string
Optional
status
status
?:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
created
At
currency
id
payment
Id
status
type
@usethrottle/checkout-sdk
Loading...