Class: AdCenterWrapper::InsertionOrder

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

[View source]

93
94
95
96
97
98
99
100
101
102
103
104
105
106
# File 'lib/CustomerBillingService.rb', line 93

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.


80
81
82
# File 'lib/CustomerBillingService.rb', line 80

def accountId
  @accountId
end

#balanceAmountObject

Returns the value of attribute balanceAmount.


81
82
83
# File 'lib/CustomerBillingService.rb', line 81

def balanceAmount
  @balanceAmount
end

#bookingCountryCodeObject

Returns the value of attribute bookingCountryCode.


82
83
84
# File 'lib/CustomerBillingService.rb', line 82

def bookingCountryCode
  @bookingCountryCode
end

#commentObject

Returns the value of attribute comment.


83
84
85
# File 'lib/CustomerBillingService.rb', line 83

def comment
  @comment
end

#endDateObject

Returns the value of attribute endDate.


84
85
86
# File 'lib/CustomerBillingService.rb', line 84

def endDate
  @endDate
end

#insertionOrderIdObject

Returns the value of attribute insertionOrderId.


85
86
87
# File 'lib/CustomerBillingService.rb', line 85

def insertionOrderId
  @insertionOrderId
end

#lastModifiedByUserIdObject

Returns the value of attribute lastModifiedByUserId.


86
87
88
# File 'lib/CustomerBillingService.rb', line 86

def lastModifiedByUserId
  @lastModifiedByUserId
end

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.


87
88
89
# File 'lib/CustomerBillingService.rb', line 87

def lastModifiedTime
  @lastModifiedTime
end

#notificationThresholdObject

Returns the value of attribute notificationThreshold.


88
89
90
# File 'lib/CustomerBillingService.rb', line 88

def notificationThreshold
  @notificationThreshold
end

#referenceIdObject

Returns the value of attribute referenceId.


89
90
91
# File 'lib/CustomerBillingService.rb', line 89

def referenceId
  @referenceId
end

#spendCapAmountObject

Returns the value of attribute spendCapAmount.


90
91
92
# File 'lib/CustomerBillingService.rb', line 90

def spendCapAmount
  @spendCapAmount
end

#startDateObject

Returns the value of attribute startDate.


91
92
93
# File 'lib/CustomerBillingService.rb', line 91

def startDate
  @startDate
end