Class: AdCenterWrapper::GetInvoicesRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/api/customerbillingGetInvoicesRequest

invoiceIds - AdCenterWrapper::ArrayOflong
type - AdCenterWrapper::DataType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(invoiceIds = nil, type = nil) ⇒ GetInvoicesRequest

Returns a new instance of GetInvoicesRequest.



3805
3806
3807
3808
# File 'lib/adcenter_wrapper_entities.rb', line 3805

def initialize(invoiceIds = nil, type = nil)
  @invoiceIds = invoiceIds
  @type = type
end

Instance Attribute Details

#invoiceIdsObject

Returns the value of attribute invoiceIds.



3802
3803
3804
# File 'lib/adcenter_wrapper_entities.rb', line 3802

def invoiceIds
  @invoiceIds
end

#typeObject

Returns the value of attribute type.



3803
3804
3805
# File 'lib/adcenter_wrapper_entities.rb', line 3803

def type
  @type
end