pub struct SourceTypeAchCreditTransfer {
pub account_number: Option<String>,
pub bank_name: Option<String>,
pub fingerprint: Option<String>,
pub refund_account_holder_name: Option<String>,
pub refund_account_holder_type: Option<String>,
pub refund_routing_number: Option<String>,
pub routing_number: Option<String>,
pub swift_code: Option<String>,
}
Fields§
§account_number: Option<String>
§bank_name: Option<String>
§fingerprint: Option<String>
§refund_account_holder_name: Option<String>
§refund_account_holder_type: Option<String>
§refund_routing_number: Option<String>
§routing_number: Option<String>
§swift_code: Option<String>
Trait Implementations§
Source§impl Clone for SourceTypeAchCreditTransfer
impl Clone for SourceTypeAchCreditTransfer
Source§fn clone(&self) -> SourceTypeAchCreditTransfer
fn clone(&self) -> SourceTypeAchCreditTransfer
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 Debug for SourceTypeAchCreditTransfer
impl Debug for SourceTypeAchCreditTransfer
Source§impl FromValueOpt for SourceTypeAchCreditTransfer
impl FromValueOpt for SourceTypeAchCreditTransfer
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for SourceTypeAchCreditTransfer
impl RefUnwindSafe for SourceTypeAchCreditTransfer
impl Send for SourceTypeAchCreditTransfer
impl Sync for SourceTypeAchCreditTransfer
impl Unpin for SourceTypeAchCreditTransfer
impl UnwindSafe for SourceTypeAchCreditTransfer
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