Layer 220
InputPaymentCredentialsGooglePay
Google Pay payment credentials
constructor
inputPaymentCredentialsGooglePay#8ac32801 payment_token:DataJSON = InputPaymentCredentials;
Parameters
| Name | Type | Description |
|---|---|---|
| PaymentToken | DataJSON | Payment token |
Returns
InputPaymentCredentialsGogram Example
// Creating InputPaymentCredentialsGooglePay constructor obj := &tg.InputPaymentCredentialsGooglePay{ PaymentToken: &tg.DataJson{}, }