Struct google_adexchangebuyer1d4::Seller[][src]

pub struct Seller {
    pub sub_account_id: Option<String>,
    pub account_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

Optional sub-account id for the seller.

The unique id for the seller. The seller fills in this field. The seller account id is then available to buyer in the product.

Trait Implementations

impl Default for Seller
[src]

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

impl Clone for Seller
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Seller
[src]

Formats the value using the given formatter. Read more

impl Part for Seller
[src]

Auto Trait Implementations

impl Send for Seller

impl Sync for Seller