Struct google_adexchangebuyer1d4::BillingInfoList [] [src]

pub struct BillingInfoList {
    pub items: Option<Vec<BillingInfo>>,
    pub kind: Option<String>,
}

A billing info feed lists Billing Info the Ad Exchange buyer account has access to. Each entry in the feed corresponds to a single 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

A list of billing info relevant for your account.

Resource type.

Trait Implementations

impl Debug for BillingInfoList
[src]

Formats the value using the given formatter.

impl Clone for BillingInfoList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for BillingInfoList
[src]

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

impl ResponseResult for BillingInfoList
[src]