- API ›
- Constructors ›
- InputPaymentCredentialsGooglePay
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_token | DataJSON | required |
Used by
| SendPaymentForm |