- API ›
- Constructors ›
- PaymentFormMethod
PaymentFormMethod
---types--- paymentFormMethod#88f8f21b url:string title:string = PaymentFormMethod
Belongs to
| PaymentFormMethod |
In Rust this constructor is a variant of the enums::PaymentFormMethod enum.
Match on it with: if let enums::PaymentFormMethod::PaymentFormMethod(v) = result { ... }