Class: AdCenterWrapper::GetInvoicesRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetInvoicesRequest
- Defined in:
- lib/CustomerBillingService.rb
Overview
https://adcenter.microsoft.com/api/customerbillingGetInvoicesRequest
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) ⇒ GetInvoicesRequest
constructor
A new instance of GetInvoicesRequest.
Constructor Details
permalink #initialize(invoiceIds = nil, type = nil) ⇒ GetInvoicesRequest
Returns a new instance of GetInvoicesRequest.
270 271 272 273 |
# File 'lib/CustomerBillingService.rb', line 270 def initialize(invoiceIds = nil, type = nil) @invoiceIds = invoiceIds @type = type end |
Instance Attribute Details
permalink #invoiceIds ⇒ Object
Returns the value of attribute invoiceIds.
267 268 269 |
# File 'lib/CustomerBillingService.rb', line 267 def invoiceIds @invoiceIds end |
permalink #type ⇒ Object
Returns the value of attribute type.
268 269 270 |
# File 'lib/CustomerBillingService.rb', line 268 def type @type end |