pub struct UpdatePaymentMethodConfigurationJcb {
pub display_preference: Option<UpdatePaymentMethodConfigurationJcbDisplayPreference>,
}Expand description
JCB is a credit card company based in Japan. JCB is currently available in Japan to businesses approved by JCB, and available to all businesses in Australia, Canada, Hong Kong, Japan, New Zealand, Singapore, Switzerland, United Kingdom, United States, and all countries in the European Economic Area except Iceland. Check this page for more details.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationJcbDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationJcb
impl Clone for UpdatePaymentMethodConfigurationJcb
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationJcb
fn clone(&self) -> UpdatePaymentMethodConfigurationJcb
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 UpdatePaymentMethodConfigurationJcb
impl PartialEq for UpdatePaymentMethodConfigurationJcb
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationJcb) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationJcb) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationJcb
impl StructuralPartialEq for UpdatePaymentMethodConfigurationJcb
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationJcb
impl RefUnwindSafe for UpdatePaymentMethodConfigurationJcb
impl Send for UpdatePaymentMethodConfigurationJcb
impl Sync for UpdatePaymentMethodConfigurationJcb
impl Unpin for UpdatePaymentMethodConfigurationJcb
impl UnsafeUnpin for UpdatePaymentMethodConfigurationJcb
impl UnwindSafe for UpdatePaymentMethodConfigurationJcb
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