Class: AdCenterWrapper::GetKOHIOInvoicesResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/api/customerbillingGetKOHIOInvoicesResponse

invoices - AdCenterWrapper::ArrayOfInvoice

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(invoices = nil) ⇒ GetKOHIOInvoicesResponse

Returns a new instance of GetKOHIOInvoicesResponse.



3925
3926
3927
# File 'lib/adcenter_wrapper_entities.rb', line 3925

def initialize(invoices = nil)
  @invoices = invoices
end

Instance Attribute Details

#invoicesObject

Returns the value of attribute invoices.



3923
3924
3925
# File 'lib/adcenter_wrapper_entities.rb', line 3923

def invoices
  @invoices
end