- API ›
- Constructors ›
- InputPaymentCredentialsApplePay
InputPaymentCredentialsApplePay
---types--- inputPaymentCredentialsApplePay#0aa1c39f payment_data: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::InputPaymentCredentialsApplePay(v) = result { ... }
Parameters
| payment_data | DataJSON | required |
Used by
| SendPaymentForm |