Struct stripe::InvoiceLineItemParams[][src]

pub struct InvoiceLineItemParams<'a> {
    pub amount: Option<i64>,
    pub currency: Option<Currency>,
    pub customer: Option<&'a str>,
    pub description: Option<&'a str>,
    pub discountable: Option<bool>,
    pub invoice: Option<&'a str>,
    pub metadata: Option<bool>,
    pub subscription: Option<bool>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

Auto Trait Implementations

impl<'a> Send for InvoiceLineItemParams<'a>

impl<'a> Sync for InvoiceLineItemParams<'a>