- API ›
- Constructors ›
- PaymentRequestedInfo
PaymentRequestedInfo
---types--- paymentRequestedInfo#909c3f94 name:flags.0?string phone:flags.1?string email:flags.2?string shipping_address:flags.3?PostAddress = PaymentRequestedInfo
Belongs to
| PaymentRequestedInfo |
In Rust this constructor is a variant of the enums::PaymentRequestedInfo enum.
Match on it with: if let enums::PaymentRequestedInfo::PaymentRequestedInfo(v) = result { ... }
Parameters
| name | string | optional |
| phone | string | optional |
| string | optional | |
| shipping_address | PostAddress | optional |
Used by
| ValidateRequestedInfo |