@stripe/stripe-terminal-react-native

    Type Alias Cart

    type Cart = {
        currency: string;
        lineItems: LineItem[];
        tax: number;
        total: number;
    }
    Index

    Properties

    currency: string
    lineItems: LineItem[]
    tax: number
    total: number
    MMNEPVFCICPMFPCPTTAAATR