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