Class: AdCenterWrapper::GetInvoicesInfoRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetInvoicesInfoRequest
- 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
-
#accountIds ⇒ Object
Returns the value of attribute accountIds.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
Instance Method Summary collapse
-
#initialize(accountIds = nil, startDate = nil, endDate = nil) ⇒ GetInvoicesInfoRequest
constructor
A new instance of GetInvoicesInfoRequest.
Constructor Details
permalink #initialize(accountIds = nil, startDate = nil, endDate = nil) ⇒ GetInvoicesInfoRequest
Returns a new instance of GetInvoicesInfoRequest.
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
permalink #accountIds ⇒ Object
Returns the value of attribute accountIds.
242 243 244 |
# File 'lib/CustomerBillingService.rb', line 242 def accountIds @accountIds end |
permalink #endDate ⇒ Object
Returns the value of attribute endDate.
244 245 246 |
# File 'lib/CustomerBillingService.rb', line 244 def endDate @endDate end |
permalink #startDate ⇒ Object
Returns the value of attribute startDate.
243 244 245 |
# File 'lib/CustomerBillingService.rb', line 243 def startDate @startDate end |