pub struct CreateFundingInstructionsCustomerBankTransferEuBankTransfer {
pub country: String,
}
Expand description
Configuration for eu_bank_transfer funding type.
Fields§
§country: String
The desired country code of the bank account information.
Permitted values include: BE
, DE
, ES
, FR
, IE
, or NL
.
Implementations§
Trait Implementations§
Source§impl Clone for CreateFundingInstructionsCustomerBankTransferEuBankTransfer
impl Clone for CreateFundingInstructionsCustomerBankTransferEuBankTransfer
Source§fn clone(&self) -> CreateFundingInstructionsCustomerBankTransferEuBankTransfer
fn clone(&self) -> CreateFundingInstructionsCustomerBankTransferEuBankTransfer
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 moreAuto Trait Implementations§
impl Freeze for CreateFundingInstructionsCustomerBankTransferEuBankTransfer
impl RefUnwindSafe for CreateFundingInstructionsCustomerBankTransferEuBankTransfer
impl Send for CreateFundingInstructionsCustomerBankTransferEuBankTransfer
impl Sync for CreateFundingInstructionsCustomerBankTransferEuBankTransfer
impl Unpin for CreateFundingInstructionsCustomerBankTransferEuBankTransfer
impl UnwindSafe for CreateFundingInstructionsCustomerBankTransferEuBankTransfer
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