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 Default for Installment
[src]

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

impl Clone for Installment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Installment
[src]

Formats the value using the given formatter. Read more

impl Part for Installment
[src]

Auto Trait Implementations

impl Send for Installment

impl Sync for Installment