pub struct UpdatePaymentMethodConfigurationApplePayLater {
pub display_preference: Option<UpdatePaymentMethodConfigurationApplePayLaterDisplayPreference>,
}Expand description
Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationApplePayLaterDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationApplePayLater
impl Clone for UpdatePaymentMethodConfigurationApplePayLater
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationApplePayLater
fn clone(&self) -> UpdatePaymentMethodConfigurationApplePayLater
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 UpdatePaymentMethodConfigurationApplePayLater
impl PartialEq for UpdatePaymentMethodConfigurationApplePayLater
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationApplePayLater) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationApplePayLater) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationApplePayLater
impl StructuralPartialEq for UpdatePaymentMethodConfigurationApplePayLater
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationApplePayLater
impl RefUnwindSafe for UpdatePaymentMethodConfigurationApplePayLater
impl Send for UpdatePaymentMethodConfigurationApplePayLater
impl Sync for UpdatePaymentMethodConfigurationApplePayLater
impl Unpin for UpdatePaymentMethodConfigurationApplePayLater
impl UnsafeUnpin for UpdatePaymentMethodConfigurationApplePayLater
impl UnwindSafe for UpdatePaymentMethodConfigurationApplePayLater
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