BillingPaymentMethodCard: {
    brand: string;
    exp_month: number;
    exp_year: number;
    funding: string;
    last4: string;
    name: string;
}

Type declaration

  • brand: string

    Credit card brand.

  • exp_month: number

    Credit card's expiration month.

  • exp_year: number

    Credit card's expiration year.

  • funding: string

    Credit card funding type.

  • last4: string

    Credit card's last four digits.

  • name: string

    Name on the credit card.