Class: AdCenterWrapper::GetDisplayInvoicesRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetDisplayInvoicesRequest
- Defined in:
- lib/CustomerBillingService.rb
Overview
https://adcenter.microsoft.com/api/customerbillingGetDisplayInvoicesRequest
invoiceIds - AdCenterWrapper::ArrayOflong
type - AdCenterWrapper::DataType
Instance Attribute Summary collapse
-
#invoiceIds ⇒ Object
Returns the value of attribute invoiceIds.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(invoiceIds = nil, type = nil) ⇒ GetDisplayInvoicesRequest
constructor
A new instance of GetDisplayInvoicesRequest.
Constructor Details
permalink #initialize(invoiceIds = nil, type = nil) ⇒ GetDisplayInvoicesRequest
Returns a new instance of GetDisplayInvoicesRequest.
293 294 295 296 |
# File 'lib/CustomerBillingService.rb', line 293 def initialize(invoiceIds = nil, type = nil) @invoiceIds = invoiceIds @type = type end |
Instance Attribute Details
permalink #invoiceIds ⇒ Object
Returns the value of attribute invoiceIds.
290 291 292 |
# File 'lib/CustomerBillingService.rb', line 290 def invoiceIds @invoiceIds end |
permalink #type ⇒ Object
Returns the value of attribute type.
291 292 293 |
# File 'lib/CustomerBillingService.rb', line 291 def type @type end |