CardTokenResponseObject: {
    brand: string;
    cardholder_name: string;
    email: string;
    expdate: string;
    last_4: string;
    phone: string;
    profile_id: string;
}

Type declaration

  • brand: string

    The card brand

  • cardholder_name: string

    The card token cardholder name

  • email: string

    The customer email assoiated with token

  • expdate: string

    The cardholder expiration date

  • last_4: string

    The last 4 digits of the card number

  • phone: string

    The customer phone number assoiated with token

  • profile_id: string

    The customer id assocaited with the token

Generated using TypeDoc