@stripe/stripe-terminal-react-native

    Interface Address

    interface Address {
        city?: string;
        country?: string;
        line1?: string;
        line2?: string;
        postalCode?: string;
        state?: string;
    }
    Index

    Properties

    city?: string
    country?: string
    line1?: string
    line2?: string
    postalCode?: string
    state?: string
    MMNEPVFCICPMFPCPTTAAATR