Class: AdCenterWrapper::GetInvoicesInfoRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/CustomerBillingService.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.

[View source]

246
247
248
249
250
# File 'lib/CustomerBillingService.rb', line 246

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.


242
243
244
# File 'lib/CustomerBillingService.rb', line 242

def accountIds
  @accountIds
end

#endDateObject

Returns the value of attribute endDate.


244
245
246
# File 'lib/CustomerBillingService.rb', line 244

def endDate
  @endDate
end

#startDateObject

Returns the value of attribute startDate.


243
244
245
# File 'lib/CustomerBillingService.rb', line 243

def startDate
  @startDate
end