@stripe/stripe-terminal-react-native

    Type Alias CardPresentDetails

    type CardPresentDetails = {
        brand: string;
        cardholderName?: string;
        country?: string;
        description: string;
        emvAuthData?: string;
        expMonth: string;
        expYear: string;
        funding: string;
        generatedCard?: string;
        iin: string;
        issuer: string;
        last4: string;
        location?: string;
        network: string;
        preferredLocales: string[];
        reader?: string;
        receipt?: string;
        wallet: Wallet;
    }
    Index

    Properties

    brand: string
    cardholderName?: string
    country?: string
    description: string
    emvAuthData?: string
    expMonth: string
    expYear: string
    funding: string
    generatedCard?: string
    iin: string
    issuer: string
    last4: string
    location?: string
    network: string
    preferredLocales: string[]
    reader?: string
    receipt?: string
    wallet: Wallet
    MMNEPVFCICPMFPCPTTAAATR