Class: AdCenterWrapper::GetDisplayInvoicesRequest

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetDisplayInvoicesRequest.



3828
3829
3830
3831
# File 'lib/adcenter_wrapper_entities.rb', line 3828

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

Instance Attribute Details

#invoiceIdsObject

Returns the value of attribute invoiceIds.



3825
3826
3827
# File 'lib/adcenter_wrapper_entities.rb', line 3825

def invoiceIds
  @invoiceIds
end

#typeObject

Returns the value of attribute type.



3826
3827
3828
# File 'lib/adcenter_wrapper_entities.rb', line 3826

def type
  @type
end