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
  • amount: string
MMNEPVFCICPMFPCPTTAAATR