Struct stripe::model::BankAccount
source · pub struct BankAccount {Show 19 fields
pub account: Option<Value>,
pub account_holder_name: Option<String>,
pub account_holder_type: Option<String>,
pub account_type: Option<String>,
pub available_payout_methods: Option<Vec<String>>,
pub bank_name: Option<String>,
pub country: String,
pub currency: String,
pub customer: Option<Value>,
pub default_for_currency: Option<bool>,
pub fingerprint: Option<String>,
pub future_requirements: Option<Value>,
pub id: String,
pub last4: String,
pub metadata: Option<Value>,
pub object: String,
pub requirements: Option<Value>,
pub routing_number: Option<String>,
pub status: String,
}Fields§
§account: Option<Value>§account_holder_name: Option<String>§account_holder_type: Option<String>§account_type: Option<String>§available_payout_methods: Option<Vec<String>>§bank_name: Option<String>§country: String§currency: String§customer: Option<Value>§default_for_currency: Option<bool>§fingerprint: Option<String>§future_requirements: Option<Value>§id: String§last4: String§metadata: Option<Value>§object: String§requirements: Option<Value>§routing_number: Option<String>§status: StringTrait Implementations§
source§impl Clone for BankAccount
impl Clone for BankAccount
source§fn clone(&self) -> BankAccount
fn clone(&self) -> BankAccount
Returns a copy 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 BankAccount
impl Debug for BankAccount
source§impl Default for BankAccount
impl Default for BankAccount
source§fn default() -> BankAccount
fn default() -> BankAccount
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BankAccount
impl<'de> Deserialize<'de> for BankAccount
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for BankAccount
impl Display for BankAccount
Auto Trait Implementations§
impl RefUnwindSafe for BankAccount
impl Send for BankAccount
impl Sync for BankAccount
impl Unpin for BankAccount
impl UnwindSafe for BankAccount
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