Struct google_adexchangebuyer1d3::BillingInfo[][src]

pub struct BillingInfo {
    pub kind: Option<String>,
    pub billing_id: Option<Vec<String>>,
    pub account_id: Option<i32>,
    pub account_name: Option<String>,
}

The configuration data for an Ad Exchange billing info.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Resource type.

A list of adgroup IDs associated with this particular account. These IDs may show up as part of a realtime bidding BidRequest, which indicates a bid request for this account.

Account id.

Account name.

Trait Implementations

impl Default for BillingInfo
[src]

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

impl Clone for BillingInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BillingInfo
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for BillingInfo
[src]

Auto Trait Implementations

impl Send for BillingInfo

impl Sync for BillingInfo