Layer 220
InputPaymentCredentialsApplePay
Apple pay payment credentials
constructor
inputPaymentCredentialsApplePay#aa1c39f payment_data:DataJSON = InputPaymentCredentials;
Parameters
| Name | Type | Description |
|---|---|---|
| PaymentData | DataJSON | Payment data |
Returns
InputPaymentCredentialsGogram Example
// Creating InputPaymentCredentialsApplePay constructor obj := &tg.InputPaymentCredentialsApplePay{ PaymentData: &tg.DataJson{}, }