Class: AdCenterWrapper::InsertionOrder
- Inherits:
-
Object
- Object
- AdCenterWrapper::InsertionOrder
- 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
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#balanceAmount ⇒ Object
Returns the value of attribute balanceAmount.
-
#bookingCountryCode ⇒ Object
Returns the value of attribute bookingCountryCode.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#insertionOrderId ⇒ Object
Returns the value of attribute insertionOrderId.
-
#lastModifiedByUserId ⇒ Object
Returns the value of attribute lastModifiedByUserId.
-
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
-
#notificationThreshold ⇒ Object
Returns the value of attribute notificationThreshold.
-
#referenceId ⇒ Object
Returns the value of attribute referenceId.
-
#spendCapAmount ⇒ Object
Returns the value of attribute spendCapAmount.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
Instance Method Summary collapse
-
#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
constructor
A new instance of InsertionOrder.
Constructor Details
permalink #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.
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
permalink #accountId ⇒ Object
Returns the value of attribute accountId.
80 81 82 |
# File 'lib/CustomerBillingService.rb', line 80 def accountId @accountId end |
permalink #balanceAmount ⇒ Object
Returns the value of attribute balanceAmount.
81 82 83 |
# File 'lib/CustomerBillingService.rb', line 81 def balanceAmount @balanceAmount end |
permalink #bookingCountryCode ⇒ Object
Returns the value of attribute bookingCountryCode.
82 83 84 |
# File 'lib/CustomerBillingService.rb', line 82 def bookingCountryCode @bookingCountryCode end |
permalink #comment ⇒ Object
Returns the value of attribute comment.
83 84 85 |
# File 'lib/CustomerBillingService.rb', line 83 def comment @comment end |
permalink #endDate ⇒ Object
Returns the value of attribute endDate.
84 85 86 |
# File 'lib/CustomerBillingService.rb', line 84 def endDate @endDate end |
permalink #insertionOrderId ⇒ Object
Returns the value of attribute insertionOrderId.
85 86 87 |
# File 'lib/CustomerBillingService.rb', line 85 def insertionOrderId @insertionOrderId end |
permalink #lastModifiedByUserId ⇒ Object
Returns the value of attribute lastModifiedByUserId.
86 87 88 |
# File 'lib/CustomerBillingService.rb', line 86 def lastModifiedByUserId @lastModifiedByUserId end |
permalink #lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
87 88 89 |
# File 'lib/CustomerBillingService.rb', line 87 def lastModifiedTime @lastModifiedTime end |
permalink #notificationThreshold ⇒ Object
Returns the value of attribute notificationThreshold.
88 89 90 |
# File 'lib/CustomerBillingService.rb', line 88 def notificationThreshold @notificationThreshold end |
permalink #referenceId ⇒ Object
Returns the value of attribute referenceId.
89 90 91 |
# File 'lib/CustomerBillingService.rb', line 89 def referenceId @referenceId end |
permalink #spendCapAmount ⇒ Object
Returns the value of attribute spendCapAmount.
90 91 92 |
# File 'lib/CustomerBillingService.rb', line 90 def spendCapAmount @spendCapAmount end |
permalink #startDate ⇒ Object
Returns the value of attribute startDate.
91 92 93 |
# File 'lib/CustomerBillingService.rb', line 91 def startDate @startDate end |