pub struct CreatePaymentMethodConfigurationAlipay {
pub display_preference: Option<CreatePaymentMethodConfigurationAlipayDisplayPreference>,
}Expand description
Alipay is a digital wallet in China that has more than a billion active users worldwide. Alipay users can pay on the web or on a mobile device using login credentials or their Alipay app. Alipay has a low dispute rate and reduces fraud by authenticating payments using the customer’s login credentials. Check this page for more details.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationAlipayDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationAlipay
impl Clone for CreatePaymentMethodConfigurationAlipay
Source§fn clone(&self) -> CreatePaymentMethodConfigurationAlipay
fn clone(&self) -> CreatePaymentMethodConfigurationAlipay
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 CreatePaymentMethodConfigurationAlipay
impl PartialEq for CreatePaymentMethodConfigurationAlipay
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationAlipay) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationAlipay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationAlipay
impl StructuralPartialEq for CreatePaymentMethodConfigurationAlipay
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationAlipay
impl RefUnwindSafe for CreatePaymentMethodConfigurationAlipay
impl Send for CreatePaymentMethodConfigurationAlipay
impl Sync for CreatePaymentMethodConfigurationAlipay
impl Unpin for CreatePaymentMethodConfigurationAlipay
impl UnsafeUnpin for CreatePaymentMethodConfigurationAlipay
impl UnwindSafe for CreatePaymentMethodConfigurationAlipay
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