CheckoutCreateResult
Public successful hosted checkout creation result.
Declaration
Section titled “Declaration”const CheckoutCreateResult: Schema.Struct<{ checkoutId: Schema.brand<Schema.String, "CheckoutId">; status: Schema.Literal<"pending">; url: Schema.brand<Schema.String, "CheckoutUrl">;}>;