InputPaymentCredentialsGooglePay

---types---
inputPaymentCredentialsGooglePay#8ac32801 payment_token:DataJSON = InputPaymentCredentials

Belongs to

InputPaymentCredentials

In Rust this constructor is a variant of the enums::InputPaymentCredentials enum.
Match on it with: if let enums::InputPaymentCredentials::InputPaymentCredentialsGooglePay(v) = result { ... }

Parameters

payment_tokenDataJSONrequired

Used by

SendPaymentForm