Class: ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemQuantityAndPriceList

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/inventory_service/types.rb

Overview

/UpdateInventoryItemQuantityAndPriceList

accountID - SOAP::SOAPString
itemQuantityAndPriceList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfInventoryItemQuantityAndPrice

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, itemQuantityAndPriceList = nil) ⇒ UpdateInventoryItemQuantityAndPriceList

Returns a new instance of UpdateInventoryItemQuantityAndPriceList.



1802
1803
1804
1805
# File 'lib/channel_advisor/inventory_service/types.rb', line 1802

def initialize(accountID = nil, itemQuantityAndPriceList = nil)
  @accountID = accountID
  @itemQuantityAndPriceList = itemQuantityAndPriceList
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1799
1800
1801
# File 'lib/channel_advisor/inventory_service/types.rb', line 1799

def accountID
  @accountID
end

#itemQuantityAndPriceListObject

Returns the value of attribute itemQuantityAndPriceList.



1800
1801
1802
# File 'lib/channel_advisor/inventory_service/types.rb', line 1800

def itemQuantityAndPriceList
  @itemQuantityAndPriceList
end