Type alias CheckoutOptions

CheckoutOptions: { allowPromoCodes?: InputMaybe<Scalars["Boolean"]>; allowTaxIdCollection?: InputMaybe<Scalars["Boolean"]>; cancelUrl: Scalars["String"]; collectBillingAddress?: InputMaybe<Scalars["Boolean"]>; collectPhoneNumber?: InputMaybe<Scalars["Boolean"]>; referenceId?: InputMaybe<Scalars["String"]>; successUrl: Scalars["String"] }

Type declaration