Interface: CreateCheckoutInput
Defined in: javascript/src/commerce/types.ts:60
Properties
accountId
accountId:
string
Defined in: javascript/src/commerce/types.ts:64
Financial subject that receives the subscription or purchased credits.
cancelUrl
cancelUrl:
string
Defined in: javascript/src/commerce/types.ts:71
email?
optionalemail?:string
Defined in: javascript/src/commerce/types.ts:65
metadata?
optionalmetadata?:Record<string,string>
Defined in: javascript/src/commerce/types.ts:73
offerKey
offerKey:
string
Defined in: javascript/src/commerce/types.ts:66
operationKey
operationKey:
string
Defined in: javascript/src/commerce/types.ts:72
provider?
optionalprovider?:string
Defined in: javascript/src/commerce/types.ts:67
quantity?
optionalquantity?:number
Defined in: javascript/src/commerce/types.ts:69
returnUrl
returnUrl:
string
Defined in: javascript/src/commerce/types.ts:70
subjectId
subjectId:
string
Defined in: javascript/src/commerce/types.ts:62
Authenticated actor that owns and may inspect the checkout intent.
type?
optionaltype?:CommerceCheckoutKind
Defined in: javascript/src/commerce/types.ts:68