Class: Google::Apis::AdexchangebuyerV1_4::BillingInfoList

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/adexchangebuyer_v1_4/classes.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb,
generated/google/apis/adexchangebuyer_v1_4/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.



328
329
330
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 328

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

Instance Attribute Details

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

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



321
322
323
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 321

def items
  @items
end

#kindString

Resource type. Corresponds to the JSON property kind

Returns:

  • (String)


326
327
328
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 326

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



333
334
335
336
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 333

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