Struct gusto_api::types::CompanyBankAccount [−][src]
pub struct CompanyBankAccount {
pub account_type: Option<AccountType>,
pub company_uuid: String,
pub hidden_account_number: String,
pub routing_number: String,
pub uuid: String,
pub verification_status: Option<VerificationStatus>,
}Expand description
The company bank account
Fields
account_type: Option<AccountType>The company bank account
company_uuid: StringThe company bank account
The company bank account
routing_number: StringThe company bank account
uuid: StringThe company bank account
verification_status: Option<VerificationStatus>The company bank account
Trait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CompanyBankAccount
impl Send for CompanyBankAccount
impl Sync for CompanyBankAccount
impl Unpin for CompanyBankAccount
impl UnwindSafe for CompanyBankAccount
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more