pub struct CreatePaymentMethodConfigurationRevolutPay {
pub display_preference: Option<CreatePaymentMethodConfigurationRevolutPayDisplayPreference>,
}Expand description
Revolut Pay, developed by Revolut, a global finance app, is a digital wallet payment method. Revolut Pay uses the customer’s stored balance or cards to fund the payment, and offers the option for non-Revolut customers to save their details after their first purchase.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationRevolutPayDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationRevolutPay
impl Clone for CreatePaymentMethodConfigurationRevolutPay
Source§fn clone(&self) -> CreatePaymentMethodConfigurationRevolutPay
fn clone(&self) -> CreatePaymentMethodConfigurationRevolutPay
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 CreatePaymentMethodConfigurationRevolutPay
impl PartialEq for CreatePaymentMethodConfigurationRevolutPay
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationRevolutPay) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationRevolutPay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationRevolutPay
impl StructuralPartialEq for CreatePaymentMethodConfigurationRevolutPay
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationRevolutPay
impl RefUnwindSafe for CreatePaymentMethodConfigurationRevolutPay
impl Send for CreatePaymentMethodConfigurationRevolutPay
impl Sync for CreatePaymentMethodConfigurationRevolutPay
impl Unpin for CreatePaymentMethodConfigurationRevolutPay
impl UnsafeUnpin for CreatePaymentMethodConfigurationRevolutPay
impl UnwindSafe for CreatePaymentMethodConfigurationRevolutPay
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