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
amount: Option<Price>
The amount the buyer has to pay per month.
months: Option<String>
The number of installments the buyer has to pay.
Trait Implementations
impl Debug for Installment[src]
impl Clone for Installment[src]
fn clone(&self) -> Installment
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for Installment[src]
fn default() -> Installment
Returns the "default value" for a type. Read more