Struct google_gan1_beta1::CcOfferRewards [] [src]

pub struct CcOfferRewards {
    pub category: Option<String>,
    pub amount: Option<f64>,
    pub min_reward_tier: Option<f64>,
    pub additional_details: Option<String>,
    pub max_reward_tier: Option<f64>,
    pub expiration_months: Option<f64>,
}

For cards with rewards programs, detailed rules about how the program works.

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

Fields

The kind of purchases covered by this rule.

The number of units rewarded per purchase dollar.

The minimum purchase amount in the given category before this rule applies.

Other limits, for example, if this rule only applies during an introductory period.

The maximum purchase amount in the given category for this rule to apply.

How long rewards granted by this rule last.

Trait Implementations

impl Default for CcOfferRewards
[src]

[src]

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

impl Clone for CcOfferRewards
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CcOfferRewards
[src]

[src]

Formats the value using the given formatter.

impl NestedType for CcOfferRewards
[src]

impl Part for CcOfferRewards
[src]