Struct stripe::ApplicationFeeRefund[][src]

pub struct ApplicationFeeRefund {
    pub id: String,
    pub object: String,
    pub amount: u64,
    pub balance_transaction: Option<String>,
    pub created: Timestamp,
    pub currency: Currency,
    pub fee: String,
    pub metadata: Metadata,
}

The resource representing a Stripe application fee refund.

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

Fields

Trait Implementations

impl Debug for ApplicationFeeRefund
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations