Struct libstripe::Source [] [src]

pub struct Source {
    pub id: String,
    pub object: String,
    pub amount: i32,
    pub client_secret: String,
    pub created: i64,
    pub currency: Currency,
    pub flow: SourceFlow,
    pub livemode: bool,
    pub metadata: HashMap<String, String>,
    pub owner: SourceOwner,
    pub receiver: Option<SourceReceiver>,
    pub statement_descriptior: Option<String>,
    pub status: SourceStatus,
    pub redirect: Option<SourceRedirect>,
    pub source_type: SourceType,
    pub usage: SourceUsage,
    pub bitcoin: Option<SourceBitcoin>,
}

Fields

Methods

impl Source
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Source
[src]

[src]

Formats the value using the given formatter.