Struct libstripe::Transfer [] [src]

pub struct Transfer {
    pub id: String,
    pub object: String,
    pub amount: i64,
    pub amount_reversed: i64,
    pub balance_transaction: String,
    pub created: i64,
    pub currency: Currency,
    pub description: String,
    pub destination: String,
    pub destination_payment: String,
    pub livemode: bool,
    pub metadata: HashMap<String, String>,
    pub reversals: List<BalanceTransaction>,
    pub reversed: bool,
    pub source_transaction: Option<String>,
    pub source_type: TransferSourceType,
    pub transfer_group: Option<String>,
}

Fields

Methods

impl Transfer
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Transfer
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Transfer

impl Sync for Transfer