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

    Interface PaymentMethodInfo

    interface PaymentMethodInfo {
        brand: string;
        exp_month: string;
        exp_year: string;
        funding: string;
        last4: string;
        name: string;
    }
    Index

    Properties

    brand: string
    exp_month: string
    exp_year: string
    funding: string
    last4: string

    Last four digits of card

    name: string