Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListInvoicesResponse

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

Overview

Response message for InvoiceService.ListInvoices.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListInvoicesResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesListInvoicesResponse.



43793
43794
43795
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43793

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

Instance Attribute Details

#invoicesArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesInvoice>

The list of invoices that match the billing setup and time period. Corresponds to the JSON property invoices



43791
43792
43793
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43791

def invoices
  @invoices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43798
43799
43800
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43798

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