Struct libstripe::ApplicationFees [] [src]

pub struct ApplicationFees {
    pub id: String,
    pub object: String,
    pub account: String,
    pub amount: i64,
    pub amount_refunded: i64,
    pub application: String,
    pub balance_transaction: String,
    pub charge: String,
    pub created: i64,
    pub currency: Currency,
    pub livemode: bool,
    pub originating_transaction: Option<String>,
    pub refunded: bool,
    pub refunds: List<Refund>,
}

Fields

Methods

impl ApplicationFees
[src]

[src]

[src]

Trait Implementations

impl Debug for ApplicationFees
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations