pub struct CreatePaymentMethodConfigurationZip {
pub display_preference: Option<CreatePaymentMethodConfigurationZipDisplayPreference>,
}Expand description
Zip gives your customers a way to split purchases over a series of payments. Check this page for more details like country availability.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationZipDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationZip
impl Clone for CreatePaymentMethodConfigurationZip
Source§fn clone(&self) -> CreatePaymentMethodConfigurationZip
fn clone(&self) -> CreatePaymentMethodConfigurationZip
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 PartialEq for CreatePaymentMethodConfigurationZip
impl PartialEq for CreatePaymentMethodConfigurationZip
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationZip) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationZip) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationZip
impl StructuralPartialEq for CreatePaymentMethodConfigurationZip
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationZip
impl RefUnwindSafe for CreatePaymentMethodConfigurationZip
impl Send for CreatePaymentMethodConfigurationZip
impl Sync for CreatePaymentMethodConfigurationZip
impl Unpin for CreatePaymentMethodConfigurationZip
impl UnsafeUnpin for CreatePaymentMethodConfigurationZip
impl UnwindSafe for CreatePaymentMethodConfigurationZip
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