pub type PaymentMethods = Vec<PaymentMethod>;Expand description
An ordered list of payment methods.
Aliased Typeยง
struct PaymentMethods { /* private fields */ }pub type PaymentMethods = Vec<PaymentMethod>;An ordered list of payment methods.
struct PaymentMethods { /* private fields */ }