pub struct UpdatePaymentMethodConfigurationZip {
pub display_preference: Option<UpdatePaymentMethodConfigurationZipDisplayPreference>,
}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<UpdatePaymentMethodConfigurationZipDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationZip
impl Clone for UpdatePaymentMethodConfigurationZip
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationZip
fn clone(&self) -> UpdatePaymentMethodConfigurationZip
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 UpdatePaymentMethodConfigurationZip
impl PartialEq for UpdatePaymentMethodConfigurationZip
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationZip) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationZip) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationZip
impl StructuralPartialEq for UpdatePaymentMethodConfigurationZip
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationZip
impl RefUnwindSafe for UpdatePaymentMethodConfigurationZip
impl Send for UpdatePaymentMethodConfigurationZip
impl Sync for UpdatePaymentMethodConfigurationZip
impl Unpin for UpdatePaymentMethodConfigurationZip
impl UnsafeUnpin for UpdatePaymentMethodConfigurationZip
impl UnwindSafe for UpdatePaymentMethodConfigurationZip
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