pub struct CreatePaymentMethodConfigurationAfterpayClearpay {
pub display_preference: Option<CreatePaymentMethodConfigurationAfterpayClearpayDisplayPreference>,
}Expand description
Afterpay gives your customers a way to pay for purchases in installments, check this page for more details like country availability. Afterpay is particularly popular among businesses selling fashion, beauty, and sports products.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationAfterpayClearpayDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationAfterpayClearpay
impl Clone for CreatePaymentMethodConfigurationAfterpayClearpay
Source§fn clone(&self) -> CreatePaymentMethodConfigurationAfterpayClearpay
fn clone(&self) -> CreatePaymentMethodConfigurationAfterpayClearpay
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 CreatePaymentMethodConfigurationAfterpayClearpay
impl PartialEq for CreatePaymentMethodConfigurationAfterpayClearpay
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationAfterpayClearpay) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationAfterpayClearpay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationAfterpayClearpay
impl StructuralPartialEq for CreatePaymentMethodConfigurationAfterpayClearpay
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationAfterpayClearpay
impl RefUnwindSafe for CreatePaymentMethodConfigurationAfterpayClearpay
impl Send for CreatePaymentMethodConfigurationAfterpayClearpay
impl Sync for CreatePaymentMethodConfigurationAfterpayClearpay
impl Unpin for CreatePaymentMethodConfigurationAfterpayClearpay
impl UnsafeUnpin for CreatePaymentMethodConfigurationAfterpayClearpay
impl UnwindSafe for CreatePaymentMethodConfigurationAfterpayClearpay
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