MadelineProtoDocs/docs/API_docs/constructors/inputPaymentCredentialsGooglePay.md
2024-05-01 14:53:46 +02:00

762 B

title description nav_exclude image
inputPaymentCredentialsGooglePay Google Pay payment credentials true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPaymentCredentialsGooglePay

Back to constructors index

Google Pay payment credentials

Attributes:

Name Type Required Description
payment_token DataJSON Yes Payment token

Type: InputPaymentCredentials

Example:

$inputPaymentCredentialsGooglePay = ['_' => 'inputPaymentCredentialsGooglePay', 'payment_token' => DataJSON];