Racehorse
    Preparing search index...

    Interface GooglePayTokenInfo

    interface GooglePayTokenInfo {
        dpanLastFour: string;
        fpanLastFour: string;
        isDefaultToken: boolean;
        issuerName: string;
        issuerTokenId: string;
        network: GooglePayCardNetwork;
        portfolioName: string;
        tokenServiceProvider: GooglePayTokenServiceProvider;
        tokenState: GooglePayTokenState;
    }
    Index

    Properties

    dpanLastFour: string
    fpanLastFour: string
    isDefaultToken: boolean
    issuerName: string
    issuerTokenId: string
    portfolioName: string
    tokenServiceProvider: GooglePayTokenServiceProvider