pub struct PaymentMethodOptionsCustomerBalanceEuBankAccount {
pub country: PaymentMethodOptionsCustomerBalanceEuBankAccountCountry,
}
Fields§
§country: PaymentMethodOptionsCustomerBalanceEuBankAccountCountry
The desired country code of the bank account information.
Permitted values include: BE
, DE
, ES
, FR
, IE
, or NL
.
Trait Implementations§
Source§impl Clone for PaymentMethodOptionsCustomerBalanceEuBankAccount
impl Clone for PaymentMethodOptionsCustomerBalanceEuBankAccount
Source§fn clone(&self) -> PaymentMethodOptionsCustomerBalanceEuBankAccount
fn clone(&self) -> PaymentMethodOptionsCustomerBalanceEuBankAccount
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 FromValueOpt for PaymentMethodOptionsCustomerBalanceEuBankAccount
impl FromValueOpt for PaymentMethodOptionsCustomerBalanceEuBankAccount
fn from_value(v: Value) -> Option<Self>
impl Copy for PaymentMethodOptionsCustomerBalanceEuBankAccount
Auto Trait Implementations§
impl Freeze for PaymentMethodOptionsCustomerBalanceEuBankAccount
impl RefUnwindSafe for PaymentMethodOptionsCustomerBalanceEuBankAccount
impl Send for PaymentMethodOptionsCustomerBalanceEuBankAccount
impl Sync for PaymentMethodOptionsCustomerBalanceEuBankAccount
impl Unpin for PaymentMethodOptionsCustomerBalanceEuBankAccount
impl UnwindSafe for PaymentMethodOptionsCustomerBalanceEuBankAccount
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