Struct baimax::data::Account [] [src]

pub struct Account {
    pub customer_account: AccountNumber,
    pub currency: Option<Currency>,
    pub infos: Vec<AccountInfo>,
    pub transaction_details: Vec<TransactionDetail>,
}

Fields

Methods

impl Account
[src]

Trait Implementations

impl Debug for Account
[src]

Formats the value using the given formatter.

impl Clone for Account
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Account
[src]

Formats the value using the given formatter. Read more