Struct libstripe::CardParam [] [src]

pub struct CardParam<'a> {
    pub object: Option<&'a str>,
    pub exp_month: Option<&'a str>,
    pub exp_year: Option<&'a str>,
    pub number: Option<&'a str>,
    pub address_city: Option<&'a str>,
    pub address_country: Option<&'a str>,
    pub address_line1: Option<&'a str>,
    pub address_line2: Option<&'a str>,
    pub address_state: Option<&'a str>,
    pub address_zip: Option<&'a str>,
    pub currency: Option<Currency>,
    pub cvc: Option<&'a str>,
    pub default_for_currency: Option<bool>,
    pub metadata: Option<HashMap<String, String>>,
    pub name: Option<&'a str>,
}

Fields

Methods

impl<'a> CardParam<'a>
[src]

[src]

Trait Implementations

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

[src]

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

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

[src]

Formats the value using the given formatter.