Struct google_gan1_beta1::CcOfferDefaultFees [] [src]

pub struct CcOfferDefaultFees {
    pub category: Option<String>,
    pub max_rate: Option<f64>,
    pub min_rate: Option<f64>,
    pub rate_type: Option<String>,
}

Fees for defaulting on your payments.

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

Fields

The type of charge, for example Purchases.

The highest rate the issuer may charge for defaulting on debt in this category. Expressed as an absolute number, not as a percentage.

The lowest rate the issuer may charge for defaulting on debt in this category. Expressed as an absolute number, not as a percentage.

Fixed or variable.

Trait Implementations

impl Default for CcOfferDefaultFees
[src]

[src]

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

impl Clone for CcOfferDefaultFees
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CcOfferDefaultFees
[src]

[src]

Formats the value using the given formatter.

impl NestedType for CcOfferDefaultFees
[src]

impl Part for CcOfferDefaultFees
[src]