Class: ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemQuantityAndPrice

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

Overview

/UpdateInventoryItemQuantityAndPrice

accountID - SOAP::SOAPString
itemQuantityAndPrice - ChannelAdvisor::InventoryServiceSOAP::InventoryItemQuantityAndPrice

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, itemQuantityAndPrice = nil) ⇒ UpdateInventoryItemQuantityAndPrice

Returns a new instance of UpdateInventoryItemQuantityAndPrice.



1779
1780
1781
1782
# File 'lib/channel_advisor/inventory_service/types.rb', line 1779

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

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1776
1777
1778
# File 'lib/channel_advisor/inventory_service/types.rb', line 1776

def accountID
  @accountID
end

#itemQuantityAndPriceObject

Returns the value of attribute itemQuantityAndPrice.



1777
1778
1779
# File 'lib/channel_advisor/inventory_service/types.rb', line 1777

def itemQuantityAndPrice
  @itemQuantityAndPrice
end