Struct stripe::Balance[][src]

pub struct Balance {
    pub object: String,
    pub available: Vec<Value>,
    pub connect_reserved: Vec<Value>,
    pub livemode: bool,
    pub pending: Vec<Value>,
}

The resource representing a Stripe account balance.

For more details see https://stripe.com/docs/api#balance_object.

Fields

Trait Implementations

impl Debug for Balance
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Balance

impl Sync for Balance