Class: AdCenterWrapper::GetDisplayInvoicesResponse

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

Overview

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

invoices - AdCenterWrapper::ArrayOfInvoice

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(invoices = nil) ⇒ GetDisplayInvoicesResponse



304
305
306
# File 'lib/CustomerBillingService.rb', line 304

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

Instance Attribute Details

#invoicesObject

Returns the value of attribute invoices.



302
303
304
# File 'lib/CustomerBillingService.rb', line 302

def invoices
  @invoices
end