Class: AdCenterWrapper::GetInvoicesInfoResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetInvoicesInfoResponse
- Defined in:
- lib/CustomerBillingService.rb
Overview
https://adcenter.microsoft.com/api/customerbillingGetInvoicesInfoResponse
invoicesInfo - AdCenterWrapper::ArrayOfInvoiceInfo
Instance Attribute Summary collapse
-
#invoicesInfo ⇒ Object
Returns the value of attribute invoicesInfo.
Instance Method Summary collapse
-
#initialize(invoicesInfo = nil) ⇒ GetInvoicesInfoResponse
constructor
A new instance of GetInvoicesInfoResponse.
Constructor Details
permalink #initialize(invoicesInfo = nil) ⇒ GetInvoicesInfoResponse
Returns a new instance of GetInvoicesInfoResponse.
258 259 260 |
# File 'lib/CustomerBillingService.rb', line 258 def initialize(invoicesInfo = nil) @invoicesInfo = invoicesInfo end |
Instance Attribute Details
permalink #invoicesInfo ⇒ Object
Returns the value of attribute invoicesInfo.
256 257 258 |
# File 'lib/CustomerBillingService.rb', line 256 def invoicesInfo @invoicesInfo end |