Racehorse
    Preparing search index...

    Interface GooglePayTokenizeRequest

    interface GooglePayTokenizeRequest {
        displayName: string;
        network: GooglePayCardNetwork;
        tokenId?: null | string;
        tokenServiceProvider: GooglePayTokenServiceProvider;
    }
    Index

    Properties

    displayName: string
    tokenId?: null | string
    tokenServiceProvider: GooglePayTokenServiceProvider