Struct libstripe::FeeDetails [] [src]

pub struct FeeDetails {
    pub amount: i64,
    pub application: Option<String>,
    pub currency: Currency,
    pub description: String,
    pub fee_type: FeeType,
}

Fields

Trait Implementations

impl Debug for FeeDetails
[src]

[src]

Formats the value using the given formatter.