pub struct CreatePaymentMethodConfigurationNaverPay {
pub display_preference: Option<CreatePaymentMethodConfigurationNaverPayDisplayPreference>,
}Expand description
Naver Pay is a popular local wallet available in South Korea.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationNaverPayDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§fn clone(&self) -> CreatePaymentMethodConfigurationNaverPay
fn clone(&self) -> CreatePaymentMethodConfigurationNaverPay
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§fn eq(&self, other: &CreatePaymentMethodConfigurationNaverPay) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationNaverPay) -> bool
Tests for
self and other values to be equal, and is used by ==.Auto Trait Implementations§
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