Interface CheckoutRequest

Hierarchy

  • CheckoutRequest

Properties

cancel_url?: string
features?: Features[]
org: `org:${string}`
require_billing_address?: boolean
success_url: string
tax?: {
    automatic?: boolean;
    collect_id?: boolean;
}

Type declaration

  • Optional automatic?: boolean
  • Optional collect_id?: boolean
trial_days?: number

Generated using TypeDoc