TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Type Alias BillingPaymentMethodCard

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

    Properties

    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.