Interface CheckoutParams

Options for the checkout method

Hierarchy

  • CheckoutParams

Properties

cancelUrl?: string
features?: Features | Features[]
requireBillingAddress?: boolean
tax?: {
    automatic?: boolean;
    collectId?: boolean;
}

Type declaration

  • Optional automatic?: boolean
  • Optional collectId?: boolean
trialDays?: number

Generated using TypeDoc