airwallex-payment-react-native - v0.3.1
    Preparing search index...

    Interface CartSummaryItem

    An additional line item displayed in the Apple Pay summary (e.g. tax, shipping, discount) on top of the session amount.

    interface CartSummaryItem {
        amount: number;
        label: string;
        type?: CartSummaryItemType;
    }
    Index

    Properties

    Properties

    amount: number
    label: string