Struct libstripe::Plans [] [src]

pub struct Plans {
    pub id: String,
    pub object: String,
    pub amount: i64,
    pub created: i64,
    pub currency: Currency,
    pub interval: Interval,
    pub interval_count: i64,
    pub livemode: bool,
    pub metadata: HashMap<String, String>,
    pub name: String,
    pub statement_descriptor: Option<String>,
    pub trial_period_days: Option<i64>,
}

Fields

Methods

impl Plans
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl PartialEq for Plans
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for Plans
[src]

[src]

Formats the value using the given formatter.