IsCardInWalletResult:
    | { isInWallet: boolean; token?: GooglePayCardToken; error?: undefined }
    | {
        isInWallet?: undefined;
        token?: undefined;
        error: StripeError<GooglePayError>;
    }
MMNEPVFCICPMFPCPTTAAATR