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.



43721
43722
43723
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43721

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



43719
43720
43721
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43719

def invoices
  @invoices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43726
43727
43728
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43726

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