@usethrottle/checkout-sdk
Preparing search index...
server
CheckoutPayment
Interface CheckoutPayment
interface
CheckoutPayment
{
amount
?:
number
;
createdAt
?:
string
;
currency
?:
string
;
id
:
string
;
method
?:
string
;
orderId
?:
string
;
processor
?:
string
;
processorTransactionId
?:
string
|
null
;
status
?:
string
;
transactions
?:
CheckoutPaymentTransaction
[]
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
amount?
created
At?
currency?
id
method?
order
Id?
processor?
processor
Transaction
Id?
status?
transactions?
Properties
Optional
amount
amount
?:
number
Optional
created
At
createdAt
?:
string
Optional
currency
currency
?:
string
id
id
:
string
Optional
method
method
?:
string
Optional
order
Id
orderId
?:
string
Optional
processor
processor
?:
string
Optional
processor
Transaction
Id
processorTransactionId
?:
string
|
null
Optional
status
status
?:
string
Optional
transactions
transactions
?:
CheckoutPaymentTransaction
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
created
At
currency
id
method
order
Id
processor
processor
Transaction
Id
status
transactions
@usethrottle/checkout-sdk
Loading...