pub struct CreatePaymentMethodConfigurationKonbini {
pub display_preference: Option<CreatePaymentMethodConfigurationKonbiniDisplayPreference>,
}Expand description
Konbini allows customers in Japan to pay for bills and online purchases at convenience stores with cash. Check this page for more details.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationKonbiniDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationKonbini
impl Clone for CreatePaymentMethodConfigurationKonbini
Source§fn clone(&self) -> CreatePaymentMethodConfigurationKonbini
fn clone(&self) -> CreatePaymentMethodConfigurationKonbini
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 CreatePaymentMethodConfigurationKonbini
impl PartialEq for CreatePaymentMethodConfigurationKonbini
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationKonbini) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationKonbini) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationKonbini
impl StructuralPartialEq for CreatePaymentMethodConfigurationKonbini
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationKonbini
impl RefUnwindSafe for CreatePaymentMethodConfigurationKonbini
impl Send for CreatePaymentMethodConfigurationKonbini
impl Sync for CreatePaymentMethodConfigurationKonbini
impl Unpin for CreatePaymentMethodConfigurationKonbini
impl UnsafeUnpin for CreatePaymentMethodConfigurationKonbini
impl UnwindSafe for CreatePaymentMethodConfigurationKonbini
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