pub struct PaymentMethodsOptions {
pub country: Option<String>,
pub recurring: Option<bool>,
pub skip_capture: Option<bool>,
pub preauthorization: Option<bool>,
}Fields§
§country: Option<String>§recurring: Option<bool>§skip_capture: Option<bool>Trait Implementations§
Source§impl Debug for PaymentMethodsOptions
impl Debug for PaymentMethodsOptions
Source§impl Default for PaymentMethodsOptions
impl Default for PaymentMethodsOptions
Source§fn default() -> PaymentMethodsOptions
fn default() -> PaymentMethodsOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PaymentMethodsOptions
impl RefUnwindSafe for PaymentMethodsOptions
impl Send for PaymentMethodsOptions
impl Sync for PaymentMethodsOptions
impl Unpin for PaymentMethodsOptions
impl UnsafeUnpin for PaymentMethodsOptions
impl UnwindSafe for PaymentMethodsOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more