ImmediateCartSummaryItem: {
    paymentType: Immediate;
    isPending?: boolean;
    label: string;
    amount: string;
}

iOS only. Use this type for payments that will occur immediately.

Type declaration

  • paymentType: Immediate
  • OptionalisPending?: boolean

    When creating items for estimates or charges whose final value is not yet known, set this to true.

  • label: string

    A label for the item. For the final item, this should be the name of your company.

  • amount: string

    The amount for the item. For the final item, this should be the total.