pub struct InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer {
pub country: InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransferCountry,
}
Fields§
§country: InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransferCountry
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 InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
impl Clone for InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
Source§fn clone(
&self,
) -> InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
fn clone( &self, ) -> InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
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 InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
impl FromValueOpt for InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
fn from_value(v: Value) -> Option<Self>
impl Copy for InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
Auto Trait Implementations§
impl Freeze for InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
impl RefUnwindSafe for InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
impl Send for InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
impl Sync for InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
impl Unpin for InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
impl UnwindSafe for InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
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