Struct google_gan1_beta1::Money [] [src]

pub struct Money {
    pub amount: Option<f64>,
    pub currency_code: Option<String>,
}

An ApiMoneyProto.

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

Fields

The amount of money.

The 3-letter code of the currency in question.

Trait Implementations

impl Debug for Money
[src]

Formats the value using the given formatter.

impl Clone for Money
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Money
[src]

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

impl Part for Money
[src]