Struct google_androidpublisher2::Price [] [src]

pub struct Price {
    pub currency: Option<String>,
    pub price_micros: Option<String>,
}

There is no detailed description.

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

Fields

3 letter Currency code, as defined by ISO 4217.

The price in millionths of the currency base unit represented as a string.

Trait Implementations

impl Debug for Price
[src]

Formats the value using the given formatter.

impl Clone for Price
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Price
[src]

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

impl Part for Price
[src]