Struct libstripe::CustomerParam [] [src]

pub struct CustomerParam<'a> {
    pub account_balance: Option<i64>,
    pub business_vat_id: Option<&'a str>,
    pub coupon: Option<&'a str>,
    pub default_source: Option<&'a str>,
    pub description: Option<&'a str>,
    pub email: Option<&'a str>,
    pub metadata: Option<HashMap<String, String>>,
    pub shipping: Option<CustomerShipping>,
    pub source: Option<PaymentSourceParam<'a>>,
}

Fields

Trait Implementations

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

[src]

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

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

[src]

Formats the value using the given formatter.