Class: AdCenterWrapper::GetDisplayInvoicesResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetDisplayInvoicesResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/api/customerbillingGetDisplayInvoicesResponse
invoices - AdCenterWrapper::ArrayOfInvoice
Instance Attribute Summary collapse
-
#invoices ⇒ Object
Returns the value of attribute invoices.
Instance Method Summary collapse
-
#initialize(invoices = nil) ⇒ GetDisplayInvoicesResponse
constructor
A new instance of GetDisplayInvoicesResponse.
Constructor Details
#initialize(invoices = nil) ⇒ GetDisplayInvoicesResponse
Returns a new instance of GetDisplayInvoicesResponse.
3839 3840 3841 |
# File 'lib/adcenter_wrapper_entities.rb', line 3839 def initialize(invoices = nil) @invoices = invoices end |
Instance Attribute Details
#invoices ⇒ Object
Returns the value of attribute invoices.
3837 3838 3839 |
# File 'lib/adcenter_wrapper_entities.rb', line 3837 def invoices @invoices end |