Class: AdCenterWrapper::GetKOHIOInvoicesRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKOHIOInvoicesRequest
- Defined in:
- lib/CustomerBillingService.rb
Overview
https://adcenter.microsoft.com/api/customerbillingGetKOHIOInvoicesRequest
invoiceIds - AdCenterWrapper::ArrayOfstring
Instance Attribute Summary collapse
-
#invoiceIds ⇒ Object
Returns the value of attribute invoiceIds.
Instance Method Summary collapse
-
#initialize(invoiceIds = nil) ⇒ GetKOHIOInvoicesRequest
constructor
A new instance of GetKOHIOInvoicesRequest.
Constructor Details
#initialize(invoiceIds = nil) ⇒ GetKOHIOInvoicesRequest
Returns a new instance of GetKOHIOInvoicesRequest.
380 381 382 |
# File 'lib/CustomerBillingService.rb', line 380 def initialize(invoiceIds = nil) @invoiceIds = invoiceIds end |
Instance Attribute Details
#invoiceIds ⇒ Object
Returns the value of attribute invoiceIds.
378 379 380 |
# File 'lib/CustomerBillingService.rb', line 378 def invoiceIds @invoiceIds end |