pub struct PaymentMethodOptionsScalapay {
pub capture_method: Option<PaymentMethodOptionsScalapayCaptureMethod>,
}Fields§
§capture_method: Option<PaymentMethodOptionsScalapayCaptureMethod>Controls when the funds will be captured from the customer’s account.
Trait Implementations§
Source§impl Clone for PaymentMethodOptionsScalapay
impl Clone for PaymentMethodOptionsScalapay
Source§fn clone(&self) -> PaymentMethodOptionsScalapay
fn clone(&self) -> PaymentMethodOptionsScalapay
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PaymentMethodOptionsScalapay
impl Debug for PaymentMethodOptionsScalapay
impl Eq for PaymentMethodOptionsScalapay
Source§impl FromValueOpt for PaymentMethodOptionsScalapay
impl FromValueOpt for PaymentMethodOptionsScalapay
fn from_value(v: Value) -> Option<Self>
impl StructuralPartialEq for PaymentMethodOptionsScalapay
Auto Trait Implementations§
impl Freeze for PaymentMethodOptionsScalapay
impl RefUnwindSafe for PaymentMethodOptionsScalapay
impl Send for PaymentMethodOptionsScalapay
impl Sync for PaymentMethodOptionsScalapay
impl Unpin for PaymentMethodOptionsScalapay
impl UnsafeUnpin for PaymentMethodOptionsScalapay
impl UnwindSafe for PaymentMethodOptionsScalapay
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