Struct libstripe::SourceParam [] [src]

pub struct SourceParam<'a> {
    pub source_type: Option<SourceType>,
    pub amount: Option<i32>,
    pub currency: Option<Currency>,
    pub flow: Option<SourceFlow>,
    pub metadata: Option<HashMap<String, String>>,
    pub owner: Option<SourceOwner>,
    pub redirect: Option<SourceRedirectParam<'a>>,
    pub statement_descriptor: Option<&'a str>,
    pub token: Option<&'a str>,
    pub usage: Option<SourceUsage>,
}

Fields

Trait Implementations

impl<'a> Default for SourceParam<'a>
[src]

[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for SourceParam<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for SourceParam<'a>

impl<'a> Sync for SourceParam<'a>