Struct libstripe::Payout

source ·
pub struct Payout {
Show 20 fields pub id: String, pub object: Object, pub amount: i64, pub arrival_date: i64, pub automatic: bool, pub balance_transaction: String, pub created: i64, pub currency: Currency, pub description: String, pub destination: Option<String>, pub failure_balance_transaction: Option<String>, pub failure_code: Option<PayoutFailureCode>, pub failure_message: Option<String>, pub livemode: bool, pub metadata: HashMap<String, String>, pub method: PayoutMethod, pub source_type: PayoutSourceType, pub statement_descriptor: Option<String>, pub status: PayoutStatus, pub payout_type: PayoutType,
}

Fields§

§id: String§object: Object§amount: i64§arrival_date: i64§automatic: bool§balance_transaction: String§created: i64§currency: Currency§description: String§destination: Option<String>§failure_balance_transaction: Option<String>§failure_code: Option<PayoutFailureCode>§failure_message: Option<String>§livemode: bool§metadata: HashMap<String, String>§method: PayoutMethod§source_type: PayoutSourceType§statement_descriptor: Option<String>§status: PayoutStatus§payout_type: PayoutType

Implementations§

Trait Implementations§

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.