- API ›
- Constructors ›
- PaymentCharge
PaymentCharge
---types--- paymentCharge#ea02c27e id:string provider_charge_id:string = PaymentCharge
Belongs to
| PaymentCharge |
In Rust this constructor is a variant of the enums::PaymentCharge enum.
Match on it with: if let enums::PaymentCharge::PaymentCharge(v) = result { ... }