Class: ChannelAdvisor::OrderServiceSOAP::OrderLineItemItemResponse
- Inherits:
-
OrderLineItemItem
- Object
- OrderLineItemBase
- OrderLineItemItem
- ChannelAdvisor::OrderServiceSOAP::OrderLineItemItemResponse
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
http://api.channeladvisor.com/datacontracts/ordersOrderLineItemItemResponse
lineItemType - ChannelAdvisor::OrderServiceSOAP::LineItemTypeCode
unitPrice - SOAP::SOAPDecimal
lineItemID - SOAP::SOAPInt
allowNegativeQuantity - SOAP::SOAPBoolean
quantity - SOAP::SOAPInt
itemSaleSource - ChannelAdvisor::OrderServiceSOAP::SiteToken
sKU - SOAP::SOAPString
title - SOAP::SOAPString
buyerUserID - SOAP::SOAPString
buyerFeedbackRating - SOAP::SOAPInt
salesSourceID - SOAP::SOAPString
vATRate - SOAP::SOAPDecimal
taxCost - SOAP::SOAPDecimal
shippingCost - SOAP::SOAPDecimal
shippingTaxCost - SOAP::SOAPDecimal
giftWrapCost - SOAP::SOAPDecimal
giftWrapTaxCost - SOAP::SOAPDecimal
giftMessage - SOAP::SOAPString
giftWrapLevel - SOAP::SOAPString
itemPromoList - ChannelAdvisor::OrderServiceSOAP::ArrayOfOrderLineItemItemPromo
unitWeight - ChannelAdvisor::OrderServiceSOAP::ItemWeight
warehouseLocation - SOAP::SOAPString
userName - SOAP::SOAPString
distributionCenterCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#allowNegativeQuantity ⇒ Object
Returns the value of attribute allowNegativeQuantity.
-
#buyerFeedbackRating ⇒ Object
Returns the value of attribute buyerFeedbackRating.
-
#buyerUserID ⇒ Object
Returns the value of attribute buyerUserID.
-
#distributionCenterCode ⇒ Object
Returns the value of attribute distributionCenterCode.
-
#giftMessage ⇒ Object
Returns the value of attribute giftMessage.
-
#giftWrapCost ⇒ Object
Returns the value of attribute giftWrapCost.
-
#giftWrapLevel ⇒ Object
Returns the value of attribute giftWrapLevel.
-
#giftWrapTaxCost ⇒ Object
Returns the value of attribute giftWrapTaxCost.
-
#itemPromoList ⇒ Object
Returns the value of attribute itemPromoList.
-
#itemSaleSource ⇒ Object
Returns the value of attribute itemSaleSource.
-
#lineItemID ⇒ Object
Returns the value of attribute lineItemID.
-
#lineItemType ⇒ Object
Returns the value of attribute lineItemType.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#salesSourceID ⇒ Object
Returns the value of attribute salesSourceID.
-
#shippingCost ⇒ Object
Returns the value of attribute shippingCost.
-
#shippingTaxCost ⇒ Object
Returns the value of attribute shippingTaxCost.
-
#sKU ⇒ Object
Returns the value of attribute sKU.
-
#taxCost ⇒ Object
Returns the value of attribute taxCost.
-
#title ⇒ Object
Returns the value of attribute title.
-
#unitPrice ⇒ Object
Returns the value of attribute unitPrice.
-
#unitWeight ⇒ Object
Returns the value of attribute unitWeight.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vATRate ⇒ Object
Returns the value of attribute vATRate.
-
#warehouseLocation ⇒ Object
Returns the value of attribute warehouseLocation.
Instance Method Summary collapse
Constructor Details
#initialize(lineItemType = nil, unitPrice = nil, lineItemID = nil, allowNegativeQuantity = nil, quantity = nil, itemSaleSource = nil, sKU = nil, title = nil, buyerUserID = nil, buyerFeedbackRating = nil, salesSourceID = nil, vATRate = nil, taxCost = nil, shippingCost = nil, shippingTaxCost = nil, giftWrapCost = nil, giftWrapTaxCost = nil, giftMessage = nil, giftWrapLevel = nil, itemPromoList = nil, unitWeight = nil, warehouseLocation = nil, userName = nil, distributionCenterCode = nil) ⇒ OrderLineItemItemResponse
Returns a new instance of OrderLineItemItemResponse.
1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 |
# File 'lib/channel_advisor/order_service/types.rb', line 1311 def initialize(lineItemType = nil, unitPrice = nil, lineItemID = nil, allowNegativeQuantity = nil, quantity = nil, itemSaleSource = nil, sKU = nil, title = nil, buyerUserID = nil, buyerFeedbackRating = nil, salesSourceID = nil, vATRate = nil, taxCost = nil, shippingCost = nil, shippingTaxCost = nil, giftWrapCost = nil, giftWrapTaxCost = nil, giftMessage = nil, giftWrapLevel = nil, itemPromoList = nil, unitWeight = nil, warehouseLocation = nil, userName = nil, distributionCenterCode = nil) @lineItemType = lineItemType @unitPrice = unitPrice @lineItemID = lineItemID @allowNegativeQuantity = allowNegativeQuantity @quantity = quantity @itemSaleSource = itemSaleSource @sKU = sKU @title = title @buyerUserID = buyerUserID @buyerFeedbackRating = buyerFeedbackRating @salesSourceID = salesSourceID @vATRate = vATRate @taxCost = taxCost @shippingCost = shippingCost @shippingTaxCost = shippingTaxCost @giftWrapCost = giftWrapCost @giftWrapTaxCost = giftWrapTaxCost @giftMessage = giftMessage @giftWrapLevel = giftWrapLevel @itemPromoList = itemPromoList @unitWeight = unitWeight @warehouseLocation = warehouseLocation @userName = userName @distributionCenterCode = distributionCenterCode end |
Instance Attribute Details
#allowNegativeQuantity ⇒ Object
Returns the value of attribute allowNegativeQuantity.
1289 1290 1291 |
# File 'lib/channel_advisor/order_service/types.rb', line 1289 def allowNegativeQuantity @allowNegativeQuantity end |
#buyerFeedbackRating ⇒ Object
Returns the value of attribute buyerFeedbackRating.
1295 1296 1297 |
# File 'lib/channel_advisor/order_service/types.rb', line 1295 def buyerFeedbackRating @buyerFeedbackRating end |
#buyerUserID ⇒ Object
Returns the value of attribute buyerUserID.
1294 1295 1296 |
# File 'lib/channel_advisor/order_service/types.rb', line 1294 def buyerUserID @buyerUserID end |
#distributionCenterCode ⇒ Object
Returns the value of attribute distributionCenterCode.
1309 1310 1311 |
# File 'lib/channel_advisor/order_service/types.rb', line 1309 def distributionCenterCode @distributionCenterCode end |
#giftMessage ⇒ Object
Returns the value of attribute giftMessage.
1303 1304 1305 |
# File 'lib/channel_advisor/order_service/types.rb', line 1303 def giftMessage @giftMessage end |
#giftWrapCost ⇒ Object
Returns the value of attribute giftWrapCost.
1301 1302 1303 |
# File 'lib/channel_advisor/order_service/types.rb', line 1301 def giftWrapCost @giftWrapCost end |
#giftWrapLevel ⇒ Object
Returns the value of attribute giftWrapLevel.
1304 1305 1306 |
# File 'lib/channel_advisor/order_service/types.rb', line 1304 def giftWrapLevel @giftWrapLevel end |
#giftWrapTaxCost ⇒ Object
Returns the value of attribute giftWrapTaxCost.
1302 1303 1304 |
# File 'lib/channel_advisor/order_service/types.rb', line 1302 def giftWrapTaxCost @giftWrapTaxCost end |
#itemPromoList ⇒ Object
Returns the value of attribute itemPromoList.
1305 1306 1307 |
# File 'lib/channel_advisor/order_service/types.rb', line 1305 def itemPromoList @itemPromoList end |
#itemSaleSource ⇒ Object
Returns the value of attribute itemSaleSource.
1291 1292 1293 |
# File 'lib/channel_advisor/order_service/types.rb', line 1291 def itemSaleSource @itemSaleSource end |
#lineItemID ⇒ Object
Returns the value of attribute lineItemID.
1288 1289 1290 |
# File 'lib/channel_advisor/order_service/types.rb', line 1288 def lineItemID @lineItemID end |
#lineItemType ⇒ Object
Returns the value of attribute lineItemType.
1286 1287 1288 |
# File 'lib/channel_advisor/order_service/types.rb', line 1286 def lineItemType @lineItemType end |
#quantity ⇒ Object
Returns the value of attribute quantity.
1290 1291 1292 |
# File 'lib/channel_advisor/order_service/types.rb', line 1290 def quantity @quantity end |
#salesSourceID ⇒ Object
Returns the value of attribute salesSourceID.
1296 1297 1298 |
# File 'lib/channel_advisor/order_service/types.rb', line 1296 def salesSourceID @salesSourceID end |
#shippingCost ⇒ Object
Returns the value of attribute shippingCost.
1299 1300 1301 |
# File 'lib/channel_advisor/order_service/types.rb', line 1299 def shippingCost @shippingCost end |
#shippingTaxCost ⇒ Object
Returns the value of attribute shippingTaxCost.
1300 1301 1302 |
# File 'lib/channel_advisor/order_service/types.rb', line 1300 def shippingTaxCost @shippingTaxCost end |
#sKU ⇒ Object
Returns the value of attribute sKU.
1292 1293 1294 |
# File 'lib/channel_advisor/order_service/types.rb', line 1292 def sKU @sKU end |
#taxCost ⇒ Object
Returns the value of attribute taxCost.
1298 1299 1300 |
# File 'lib/channel_advisor/order_service/types.rb', line 1298 def taxCost @taxCost end |
#title ⇒ Object
Returns the value of attribute title.
1293 1294 1295 |
# File 'lib/channel_advisor/order_service/types.rb', line 1293 def title @title end |
#unitPrice ⇒ Object
Returns the value of attribute unitPrice.
1287 1288 1289 |
# File 'lib/channel_advisor/order_service/types.rb', line 1287 def unitPrice @unitPrice end |
#unitWeight ⇒ Object
Returns the value of attribute unitWeight.
1306 1307 1308 |
# File 'lib/channel_advisor/order_service/types.rb', line 1306 def unitWeight @unitWeight end |
#userName ⇒ Object
Returns the value of attribute userName.
1308 1309 1310 |
# File 'lib/channel_advisor/order_service/types.rb', line 1308 def userName @userName end |
#vATRate ⇒ Object
Returns the value of attribute vATRate.
1297 1298 1299 |
# File 'lib/channel_advisor/order_service/types.rb', line 1297 def vATRate @vATRate end |
#warehouseLocation ⇒ Object
Returns the value of attribute warehouseLocation.
1307 1308 1309 |
# File 'lib/channel_advisor/order_service/types.rb', line 1307 def warehouseLocation @warehouseLocation end |