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 (const: unstable) · 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>
Source§impl PartialEq for SourceTypeAchCreditTransfer
impl PartialEq for SourceTypeAchCreditTransfer
Source§fn eq(&self, other: &SourceTypeAchCreditTransfer) -> bool
fn eq(&self, other: &SourceTypeAchCreditTransfer) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SourceTypeAchCreditTransfer
impl StructuralPartialEq for SourceTypeAchCreditTransfer
Auto Trait Implementations§
impl Freeze for SourceTypeAchCreditTransfer
impl RefUnwindSafe for SourceTypeAchCreditTransfer
impl Send for SourceTypeAchCreditTransfer
impl Sync for SourceTypeAchCreditTransfer
impl Unpin for SourceTypeAchCreditTransfer
impl UnsafeUnpin 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