Class: AdCenterWrapper::InsertionOrder

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

Overview

https://adcenter.microsoft.com/api/customermanagement/EntitiesInsertionOrder

accountId - SOAP::SOAPLong
balanceAmount - SOAP::SOAPDouble
bookingCountryCode - SOAP::SOAPString
comment - SOAP::SOAPString
endDate - SOAP::SOAPDateTime
insertionOrderId - SOAP::SOAPLong
lastModifiedByUserId - SOAP::SOAPLong
lastModifiedTime - SOAP::SOAPDateTime
notificationThreshold - SOAP::SOAPDouble
referenceId - SOAP::SOAPLong
spendCapAmount - SOAP::SOAPDouble
startDate - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountId = nil, balanceAmount = nil, bookingCountryCode = nil, comment = nil, endDate = nil, insertionOrderId = nil, lastModifiedByUserId = nil, lastModifiedTime = nil, notificationThreshold = nil, referenceId = nil, spendCapAmount = nil, startDate = nil) ⇒ InsertionOrder

Returns a new instance of InsertionOrder.



3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
# File 'lib/adcenter_wrapper_entities.rb', line 3628

def initialize(accountId = nil, balanceAmount = nil, bookingCountryCode = nil, comment = nil, endDate = nil, insertionOrderId = nil, lastModifiedByUserId = nil, lastModifiedTime = nil, notificationThreshold = nil, referenceId = nil, spendCapAmount = nil, startDate = nil)
  @accountId = accountId
  @balanceAmount = balanceAmount
  @bookingCountryCode = bookingCountryCode
  @comment = comment
  @endDate = endDate
  @insertionOrderId = insertionOrderId
  @lastModifiedByUserId = lastModifiedByUserId
  @lastModifiedTime = lastModifiedTime
  @notificationThreshold = notificationThreshold
  @referenceId = referenceId
  @spendCapAmount = spendCapAmount
  @startDate = startDate
end

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.



3615
3616
3617
# File 'lib/adcenter_wrapper_entities.rb', line 3615

def accountId
  @accountId
end

#balanceAmountObject

Returns the value of attribute balanceAmount.



3616
3617
3618
# File 'lib/adcenter_wrapper_entities.rb', line 3616

def balanceAmount
  @balanceAmount
end

#bookingCountryCodeObject

Returns the value of attribute bookingCountryCode.



3617
3618
3619
# File 'lib/adcenter_wrapper_entities.rb', line 3617

def bookingCountryCode
  @bookingCountryCode
end

#commentObject

Returns the value of attribute comment.



3618
3619
3620
# File 'lib/adcenter_wrapper_entities.rb', line 3618

def comment
  @comment
end

#endDateObject

Returns the value of attribute endDate.



3619
3620
3621
# File 'lib/adcenter_wrapper_entities.rb', line 3619

def endDate
  @endDate
end

#insertionOrderIdObject

Returns the value of attribute insertionOrderId.



3620
3621
3622
# File 'lib/adcenter_wrapper_entities.rb', line 3620

def insertionOrderId
  @insertionOrderId
end

#lastModifiedByUserIdObject

Returns the value of attribute lastModifiedByUserId.



3621
3622
3623
# File 'lib/adcenter_wrapper_entities.rb', line 3621

def lastModifiedByUserId
  @lastModifiedByUserId
end

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.



3622
3623
3624
# File 'lib/adcenter_wrapper_entities.rb', line 3622

def lastModifiedTime
  @lastModifiedTime
end

#notificationThresholdObject

Returns the value of attribute notificationThreshold.



3623
3624
3625
# File 'lib/adcenter_wrapper_entities.rb', line 3623

def notificationThreshold
  @notificationThreshold
end

#referenceIdObject

Returns the value of attribute referenceId.



3624
3625
3626
# File 'lib/adcenter_wrapper_entities.rb', line 3624

def referenceId
  @referenceId
end

#spendCapAmountObject

Returns the value of attribute spendCapAmount.



3625
3626
3627
# File 'lib/adcenter_wrapper_entities.rb', line 3625

def spendCapAmount
  @spendCapAmount
end

#startDateObject

Returns the value of attribute startDate.



3626
3627
3628
# File 'lib/adcenter_wrapper_entities.rb', line 3626

def startDate
  @startDate
end