DeferredCartSummaryItem: {
    paymentType: "Deferred";
    deferredDate: number;
    label: string;
    amount: string;
}

Use this type for a payment that occurs in the future, such as a pre-order. Only available on iOS 15 and up, otherwise falls back to ImmediateCartSummaryItem.

Type declaration

  • paymentType: "Deferred"
  • deferredDate: number

    The unix timestamp of the date, in the future, of the payment. Measured in seconds.

  • label: string
  • amount: string
MMNEPVFCICPMFPCPTTAAATR