Struct google_content2::AccountIdentifier[][src]

pub struct AccountIdentifier {
    pub aggregator_id: Option<String>,
    pub merchant_id: Option<String>,
}

There is no detailed description.

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

Fields

The aggregator ID, set for aggregators and subaccounts (in that case, it represents the aggregator of the subaccount).

The merchant account ID, set for individual accounts and subaccounts.

Trait Implementations

impl Default for AccountIdentifier
[src]

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

impl Clone for AccountIdentifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountIdentifier
[src]

Formats the value using the given formatter. Read more

impl Part for AccountIdentifier
[src]

Auto Trait Implementations