pub struct PaymentMethodOptionsSatispay {
pub capture_method: Option<PaymentMethodOptionsSatispayCaptureMethod>,
}
Fields§
§capture_method: Option<PaymentMethodOptionsSatispayCaptureMethod>
Controls when the funds will be captured from the customer’s account.
Trait Implementations§
Source§impl Clone for PaymentMethodOptionsSatispay
impl Clone for PaymentMethodOptionsSatispay
Source§fn clone(&self) -> PaymentMethodOptionsSatispay
fn clone(&self) -> PaymentMethodOptionsSatispay
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PaymentMethodOptionsSatispay
impl Debug for PaymentMethodOptionsSatispay
Source§impl FromValueOpt for PaymentMethodOptionsSatispay
impl FromValueOpt for PaymentMethodOptionsSatispay
fn from_value(v: Value) -> Option<Self>
impl Copy for PaymentMethodOptionsSatispay
Auto Trait Implementations§
impl Freeze for PaymentMethodOptionsSatispay
impl RefUnwindSafe for PaymentMethodOptionsSatispay
impl Send for PaymentMethodOptionsSatispay
impl Sync for PaymentMethodOptionsSatispay
impl Unpin for PaymentMethodOptionsSatispay
impl UnwindSafe for PaymentMethodOptionsSatispay
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