@sumup/sdk
    Preparing search index...

    Type Alias CardResponse

    Details of the payment card.

    type CardResponse = {
        last_4_digits?: string;
        type?:
            | "AMEX"
            | "CUP"
            | "DINERS"
            | "DISCOVER"
            | "ELO"
            | "ELV"
            | "HIPERCARD"
            | "JCB"
            | "MAESTRO"
            | "MASTERCARD"
            | "VISA"
            | "VISA_ELECTRON"
            | "VISA_VPAY"
            | "UNKNOWN";
    }
    Index

    Properties

    last_4_digits?: string

    Last 4 digits of the payment card number.

    type?:
        | "AMEX"
        | "CUP"
        | "DINERS"
        | "DISCOVER"
        | "ELO"
        | "ELV"
        | "HIPERCARD"
        | "JCB"
        | "MAESTRO"
        | "MASTERCARD"
        | "VISA"
        | "VISA_ELECTRON"
        | "VISA_VPAY"
        | "UNKNOWN"

    Issuing card network of the payment card.