pub struct CreateCheckoutSessionPaymentMethodOptionsSatispay {
pub capture_method: Option<CreateCheckoutSessionPaymentMethodOptionsSatispayCaptureMethod>,
}Expand description
contains details about the Satispay payment method options.
Fields§
§capture_method: Option<CreateCheckoutSessionPaymentMethodOptionsSatispayCaptureMethod>Controls when the funds will be captured from the customer’s account.
Implementations§
Trait Implementations§
Source§impl Clone for CreateCheckoutSessionPaymentMethodOptionsSatispay
impl Clone for CreateCheckoutSessionPaymentMethodOptionsSatispay
Source§fn clone(&self) -> CreateCheckoutSessionPaymentMethodOptionsSatispay
fn clone(&self) -> CreateCheckoutSessionPaymentMethodOptionsSatispay
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 moreimpl Eq for CreateCheckoutSessionPaymentMethodOptionsSatispay
impl StructuralPartialEq for CreateCheckoutSessionPaymentMethodOptionsSatispay
Auto Trait Implementations§
impl Freeze for CreateCheckoutSessionPaymentMethodOptionsSatispay
impl RefUnwindSafe for CreateCheckoutSessionPaymentMethodOptionsSatispay
impl Send for CreateCheckoutSessionPaymentMethodOptionsSatispay
impl Sync for CreateCheckoutSessionPaymentMethodOptionsSatispay
impl Unpin for CreateCheckoutSessionPaymentMethodOptionsSatispay
impl UnsafeUnpin for CreateCheckoutSessionPaymentMethodOptionsSatispay
impl UnwindSafe for CreateCheckoutSessionPaymentMethodOptionsSatispay
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