Class: AdCenterWrapper::GetInvoicesInfoRequest

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

Overview

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

accountIds - AdCenterWrapper::ArrayOflong
startDate - SOAP::SOAPDateTime
endDate - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountIds = nil, startDate = nil, endDate = nil) ⇒ GetInvoicesInfoRequest

Returns a new instance of GetInvoicesInfoRequest.



3781
3782
3783
3784
3785
# File 'lib/adcenter_wrapper_entities.rb', line 3781

def initialize(accountIds = nil, startDate = nil, endDate = nil)
  @accountIds = accountIds
  @startDate = startDate
  @endDate = endDate
end

Instance Attribute Details

#accountIdsObject

Returns the value of attribute accountIds.



3777
3778
3779
# File 'lib/adcenter_wrapper_entities.rb', line 3777

def accountIds
  @accountIds
end

#endDateObject

Returns the value of attribute endDate.



3779
3780
3781
# File 'lib/adcenter_wrapper_entities.rb', line 3779

def endDate
  @endDate
end

#startDateObject

Returns the value of attribute startDate.



3778
3779
3780
# File 'lib/adcenter_wrapper_entities.rb', line 3778

def startDate
  @startDate
end