pub struct BalanceTransaction {
Show 14 fields pub id: String, pub object: Object, pub amount: i64, pub available_on: i64, pub created: i64, pub currency: Currency, pub description: Option<String>, pub exchange_rate: Option<f64>, pub fee: i64, pub fee_details: Vec<FeeDetails>, pub net: i64, pub source: String, pub status: BalanceStatus, pub balance_type: BalanceType,
}

Fields§

§id: String§object: Object§amount: i64§available_on: i64§created: i64§currency: Currency§description: Option<String>§exchange_rate: Option<f64>§fee: i64§fee_details: Vec<FeeDetails>§net: i64§source: String§status: BalanceStatus§balance_type: BalanceType

Implementations§

Trait Implementations§

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.