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