pub struct PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions {
pub capture_method: Option<PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptionsCaptureMethod>,
}
Fields§
§capture_method: Option<PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptionsCaptureMethod>
Controls when the funds will be captured from the customer’s account.
Trait Implementations§
Source§impl Clone for PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions
impl Clone for PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions
Source§fn clone(
&self,
) -> PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions
fn clone( &self, ) -> PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions
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 FromValueOpt for PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions
impl FromValueOpt for PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions
fn from_value(v: Value) -> Option<Self>
impl Copy for PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions
Auto Trait Implementations§
impl Freeze for PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions
impl RefUnwindSafe for PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions
impl Send for PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions
impl Sync for PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions
impl Unpin for PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions
impl UnwindSafe for PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions
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