Class: Google::Apis::AdexchangebuyerV1_3::BillingInfoList

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/adexchangebuyer_v1_3/classes.rb,
generated/google/apis/adexchangebuyer_v1_3/representations.rb,
generated/google/apis/adexchangebuyer_v1_3/representations.rb

Overview

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.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BillingInfoList

Returns a new instance of BillingInfoList.



208
209
210
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 208

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#itemsArray<Google::Apis::AdexchangebuyerV1_3::BillingInfo>

A list of billing info relevant for your account. Corresponds to the JSON property items



201
202
203
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 201

def items
  @items
end

#kindString

Resource type. Corresponds to the JSON property kind

Returns:

  • (String)


206
207
208
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 206

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



213
214
215
216
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 213

def update!(**args)
  @items = args[:items] if args.key?(:items)
  @kind = args[:kind] if args.key?(:kind)
end