Struct stripe::Refund [] [src]

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

Fields

Trait Implementations

impl Debug for Refund
[src]

Formats the value using the given formatter.