Struct google_content2::Installment [] [src]

pub struct Installment {
    pub amount: Option<Price>,
    pub months: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

The amount the buyer has to pay per month.

The number of installments the buyer has to pay.

Trait Implementations

impl Debug for Installment
[src]

Formats the value using the given formatter.

impl Clone for Installment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Installment
[src]

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

impl Part for Installment
[src]