Class: ActiveNetsuite::ItemCostingMethod

Inherits:
String
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:typesurn:types.accounting_2013_2urn:types.accounting_2013_2.listsurn:types.accounting_2013_2.lists.webservicesurn:types.accounting_2013_2.lists.webservices.netsuiteurn:types.accounting_2013_2.lists.webservices.netsuite.comItemCostingMethod

Constant Summary collapse

C__average =
new("_average")
C__fifo =
new("_fifo")
C__lifo =
new("_lifo")
C__lotNumbered =
new("_lotNumbered")
C__serialized =
new("_serialized")
C__standard =
new("_standard")