Struct libstripe::InvoiceParam [] [src]

pub struct InvoiceParam<'a> {
    pub customer: Option<&'a str>,
    pub application_fee: Option<&'a str>,
    pub description: Option<&'a str>,
    pub metadata: Option<HashMap<String, String>>,
    pub statement_descriptor: Option<&'a str>,
    pub subscription: Option<&'a str>,
    pub tax_percent: Option<&'a str>,
}

Fields

Trait Implementations

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

[src]

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

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

[src]

Formats the value using the given formatter.