Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
MyCartAddPaymentAction
Interface MyCartAddPaymentAction
interface
MyCartAddPaymentAction
{
action
:
"addPayment"
;
payment
:
PaymentResourceIdentifier
;
}
Index
Properties
action
payment
Properties
Readonly
action
action
:
"addPayment"
Readonly
payment
payment
:
PaymentResourceIdentifier
Payment to add to the Cart. Must not be assigned to another Order or active Cart already.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
action
payment
Typescript SDK Type Docs
Loading...
Payment to add to the Cart. Must not be assigned to another Order or active Cart already.