Struct google_gan1_beta1::CcOfferBonusRewards [] [src]

pub struct CcOfferBonusRewards {
    pub amount: Option<f64>,
    pub details: Option<String>,
}

For cards with rewards programs, extra circumstances whereby additional rewards may be granted.

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

Fields

How many units of reward will be granted.

The circumstances under which this rule applies, for example, booking a flight via Orbitz.

Trait Implementations

impl Debug for CcOfferBonusRewards
[src]

Formats the value using the given formatter.

impl Clone for CcOfferBonusRewards
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CcOfferBonusRewards
[src]

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

impl NestedType for CcOfferBonusRewards
[src]

impl Part for CcOfferBonusRewards
[src]