Interface GooglePayTokenInfo

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

Properties

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