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