Interface InputCredentialsGooglePay

Applies if a user enters new credentials using Google Pay. Subtype of InputCredentials.

interface InputCredentialsGooglePay {
    @type: "inputCredentialsGooglePay";
    data: string;
}

Properties

Properties

@type: "inputCredentialsGooglePay"
data: string

JSON-encoded data with the credential identifier.