Struct stripe::Refund[][src]

pub struct Refund {
    pub id: String,
    pub object: String,
    pub amount: u64,
    pub balance_transaction: String,
    pub charge: String,
    pub created: Timestamp,
    pub currency: Currency,
    pub failure_balance_transaction: Option<String>,
    pub failure_reason: Option<String>,
    pub metadata: Metadata,
    pub reason: Option<String>,
    pub receipt_number: Option<String>,
    pub status: String,
}

The resource representing a Stripe refund.

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

Fields

Trait Implementations

impl Debug for Refund
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Refund

impl Sync for Refund