Struct libstripe::PlansParam [] [src]

pub struct PlansParam<'a> {
    pub id: Option<&'a str>,
    pub amount: Option<i32>,
    pub currency: Option<Currency>,
    pub interval: Option<Interval>,
    pub nickname: Option<&'a str>,
    pub interval_count: Option<i32>,
    pub metadata: Option<HashMap<String, String>>,
    pub product: Option<ProductsParam<'a>>,
}

Fields

Trait Implementations

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

[src]

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

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for PlansParam<'a>

impl<'a> Sync for PlansParam<'a>