pub struct SourceTypeAcssDebit {
pub bank_address_city: Option<String>,
pub bank_address_line_1: Option<String>,
pub bank_address_line_2: Option<String>,
pub bank_address_postal_code: Option<String>,
pub bank_name: Option<String>,
pub category: Option<String>,
pub country: Option<String>,
pub fingerprint: Option<String>,
pub last4: Option<String>,
pub routing_number: Option<String>,
}Fields§
§bank_address_city: Option<String>§bank_address_line_1: Option<String>§bank_address_line_2: Option<String>§bank_address_postal_code: Option<String>§bank_name: Option<String>§category: Option<String>§country: Option<String>§fingerprint: Option<String>§last4: Option<String>§routing_number: Option<String>Trait Implementations§
Source§impl Clone for SourceTypeAcssDebit
impl Clone for SourceTypeAcssDebit
Source§fn clone(&self) -> SourceTypeAcssDebit
fn clone(&self) -> SourceTypeAcssDebit
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 SourceTypeAcssDebit
impl Debug for SourceTypeAcssDebit
Source§impl Deserialize for SourceTypeAcssDebit
impl Deserialize for SourceTypeAcssDebit
Source§impl FromValueOpt for SourceTypeAcssDebit
impl FromValueOpt for SourceTypeAcssDebit
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for SourceTypeAcssDebit
impl PartialEq for SourceTypeAcssDebit
impl Eq for SourceTypeAcssDebit
impl StructuralPartialEq for SourceTypeAcssDebit
Auto Trait Implementations§
impl Freeze for SourceTypeAcssDebit
impl RefUnwindSafe for SourceTypeAcssDebit
impl Send for SourceTypeAcssDebit
impl Sync for SourceTypeAcssDebit
impl Unpin for SourceTypeAcssDebit
impl UnsafeUnpin for SourceTypeAcssDebit
impl UnwindSafe for SourceTypeAcssDebit
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