pub struct UpdatePaymentMethodConfigurationPaynow {
pub display_preference: Option<UpdatePaymentMethodConfigurationPaynowDisplayPreference>,
}Expand description
PayNow is a Singapore-based payment method that allows customers to make a payment using their preferred app from participating banks and participating non-bank financial institutions. Check this page for more details.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationPaynowDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationPaynow
impl Clone for UpdatePaymentMethodConfigurationPaynow
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationPaynow
fn clone(&self) -> UpdatePaymentMethodConfigurationPaynow
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 UpdatePaymentMethodConfigurationPaynow
impl PartialEq for UpdatePaymentMethodConfigurationPaynow
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationPaynow) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationPaynow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationPaynow
impl StructuralPartialEq for UpdatePaymentMethodConfigurationPaynow
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationPaynow
impl RefUnwindSafe for UpdatePaymentMethodConfigurationPaynow
impl Send for UpdatePaymentMethodConfigurationPaynow
impl Sync for UpdatePaymentMethodConfigurationPaynow
impl Unpin for UpdatePaymentMethodConfigurationPaynow
impl UnsafeUnpin for UpdatePaymentMethodConfigurationPaynow
impl UnwindSafe for UpdatePaymentMethodConfigurationPaynow
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