Class: ActiveNetsuite::TransactionShipGroup
- Inherits:
-
Object
- Object
- ActiveNetsuite::TransactionShipGroup
- Defined in:
- lib/activenetsuite/soap/default.rb
Overview
urn:sales_2013_2urn:sales_2013_2.transactionsurn:sales_2013_2.transactions.webservicesurn:sales_2013_2.transactions.webservices.netsuiteurn:sales_2013_2.transactions.webservices.netsuite.comTransactionShipGroup
id - SOAP::SOAPLong
isFulfilled - SOAP::SOAPBoolean
weight - SOAP::SOAPDouble
sourceAddressRef - ActiveNetsuite::RecordRef
sourceAddress - SOAP::SOAPString
destinationAddressRef - ActiveNetsuite::RecordRef
destinationAddress - SOAP::SOAPString
shippingMethodRef - ActiveNetsuite::RecordRef
shippingMethod - SOAP::SOAPString
isHandlingTaxable - SOAP::SOAPBoolean
handlingTaxCode - ActiveNetsuite::RecordRef
handlingTaxRate - SOAP::SOAPString
handlingTax2Rate - SOAP::SOAPString
handlingRate - SOAP::SOAPDouble
handlingTaxAmt - SOAP::SOAPDouble
handlingTax2Amt - SOAP::SOAPDouble
isShippingTaxable - SOAP::SOAPBoolean
shippingTaxCode - ActiveNetsuite::RecordRef
shippingTaxRate - SOAP::SOAPString
shippingTax2Rate - SOAP::SOAPString
shippingRate - SOAP::SOAPDouble
shippingTaxAmt - SOAP::SOAPDouble
shippingTax2Amt - SOAP::SOAPDouble
Instance Attribute Summary collapse
-
#destinationAddress ⇒ Object
Returns the value of attribute destinationAddress.
-
#destinationAddressRef ⇒ Object
Returns the value of attribute destinationAddressRef.
-
#handlingRate ⇒ Object
Returns the value of attribute handlingRate.
-
#handlingTax2Amt ⇒ Object
Returns the value of attribute handlingTax2Amt.
-
#handlingTax2Rate ⇒ Object
Returns the value of attribute handlingTax2Rate.
-
#handlingTaxAmt ⇒ Object
Returns the value of attribute handlingTaxAmt.
-
#handlingTaxCode ⇒ Object
Returns the value of attribute handlingTaxCode.
-
#handlingTaxRate ⇒ Object
Returns the value of attribute handlingTaxRate.
-
#id ⇒ Object
Returns the value of attribute id.
-
#isFulfilled ⇒ Object
Returns the value of attribute isFulfilled.
-
#isHandlingTaxable ⇒ Object
Returns the value of attribute isHandlingTaxable.
-
#isShippingTaxable ⇒ Object
Returns the value of attribute isShippingTaxable.
-
#shippingMethod ⇒ Object
Returns the value of attribute shippingMethod.
-
#shippingMethodRef ⇒ Object
Returns the value of attribute shippingMethodRef.
-
#shippingRate ⇒ Object
Returns the value of attribute shippingRate.
-
#shippingTax2Amt ⇒ Object
Returns the value of attribute shippingTax2Amt.
-
#shippingTax2Rate ⇒ Object
Returns the value of attribute shippingTax2Rate.
-
#shippingTaxAmt ⇒ Object
Returns the value of attribute shippingTaxAmt.
-
#shippingTaxCode ⇒ Object
Returns the value of attribute shippingTaxCode.
-
#shippingTaxRate ⇒ Object
Returns the value of attribute shippingTaxRate.
-
#sourceAddress ⇒ Object
Returns the value of attribute sourceAddress.
-
#sourceAddressRef ⇒ Object
Returns the value of attribute sourceAddressRef.
-
#weight ⇒ Object
Returns the value of attribute weight.
Instance Method Summary collapse
Constructor Details
#initialize(id = nil, isFulfilled = nil, weight = nil, sourceAddressRef = nil, sourceAddress = nil, destinationAddressRef = nil, destinationAddress = nil, shippingMethodRef = nil, shippingMethod = nil, isHandlingTaxable = nil, handlingTaxCode = nil, handlingTaxRate = nil, handlingTax2Rate = nil, handlingRate = nil, handlingTaxAmt = nil, handlingTax2Amt = nil, isShippingTaxable = nil, shippingTaxCode = nil, shippingTaxRate = nil, shippingTax2Rate = nil, shippingRate = nil, shippingTaxAmt = nil, shippingTax2Amt = nil) ⇒ TransactionShipGroup
Returns a new instance of TransactionShipGroup.
56069 56070 56071 56072 56073 56074 56075 56076 56077 56078 56079 56080 56081 56082 56083 56084 56085 56086 56087 56088 56089 56090 56091 56092 56093 |
# File 'lib/activenetsuite/soap/default.rb', line 56069 def initialize(id = nil, isFulfilled = nil, weight = nil, sourceAddressRef = nil, sourceAddress = nil, destinationAddressRef = nil, destinationAddress = nil, shippingMethodRef = nil, shippingMethod = nil, isHandlingTaxable = nil, handlingTaxCode = nil, handlingTaxRate = nil, handlingTax2Rate = nil, handlingRate = nil, handlingTaxAmt = nil, handlingTax2Amt = nil, isShippingTaxable = nil, shippingTaxCode = nil, shippingTaxRate = nil, shippingTax2Rate = nil, shippingRate = nil, shippingTaxAmt = nil, shippingTax2Amt = nil) @id = id @isFulfilled = isFulfilled @weight = weight @sourceAddressRef = sourceAddressRef @sourceAddress = sourceAddress @destinationAddressRef = destinationAddressRef @destinationAddress = destinationAddress @shippingMethodRef = shippingMethodRef @shippingMethod = shippingMethod @isHandlingTaxable = isHandlingTaxable @handlingTaxCode = handlingTaxCode @handlingTaxRate = handlingTaxRate @handlingTax2Rate = handlingTax2Rate @handlingRate = handlingRate @handlingTaxAmt = handlingTaxAmt @handlingTax2Amt = handlingTax2Amt @isShippingTaxable = isShippingTaxable @shippingTaxCode = shippingTaxCode @shippingTaxRate = shippingTaxRate @shippingTax2Rate = shippingTax2Rate @shippingRate = shippingRate @shippingTaxAmt = shippingTaxAmt @shippingTax2Amt = shippingTax2Amt end |
Instance Attribute Details
#destinationAddress ⇒ Object
Returns the value of attribute destinationAddress.
56051 56052 56053 |
# File 'lib/activenetsuite/soap/default.rb', line 56051 def destinationAddress @destinationAddress end |
#destinationAddressRef ⇒ Object
Returns the value of attribute destinationAddressRef.
56050 56051 56052 |
# File 'lib/activenetsuite/soap/default.rb', line 56050 def destinationAddressRef @destinationAddressRef end |
#handlingRate ⇒ Object
Returns the value of attribute handlingRate.
56058 56059 56060 |
# File 'lib/activenetsuite/soap/default.rb', line 56058 def handlingRate @handlingRate end |
#handlingTax2Amt ⇒ Object
Returns the value of attribute handlingTax2Amt.
56060 56061 56062 |
# File 'lib/activenetsuite/soap/default.rb', line 56060 def handlingTax2Amt @handlingTax2Amt end |
#handlingTax2Rate ⇒ Object
Returns the value of attribute handlingTax2Rate.
56057 56058 56059 |
# File 'lib/activenetsuite/soap/default.rb', line 56057 def handlingTax2Rate @handlingTax2Rate end |
#handlingTaxAmt ⇒ Object
Returns the value of attribute handlingTaxAmt.
56059 56060 56061 |
# File 'lib/activenetsuite/soap/default.rb', line 56059 def handlingTaxAmt @handlingTaxAmt end |
#handlingTaxCode ⇒ Object
Returns the value of attribute handlingTaxCode.
56055 56056 56057 |
# File 'lib/activenetsuite/soap/default.rb', line 56055 def handlingTaxCode @handlingTaxCode end |
#handlingTaxRate ⇒ Object
Returns the value of attribute handlingTaxRate.
56056 56057 56058 |
# File 'lib/activenetsuite/soap/default.rb', line 56056 def handlingTaxRate @handlingTaxRate end |
#id ⇒ Object
Returns the value of attribute id.
56045 56046 56047 |
# File 'lib/activenetsuite/soap/default.rb', line 56045 def id @id end |
#isFulfilled ⇒ Object
Returns the value of attribute isFulfilled.
56046 56047 56048 |
# File 'lib/activenetsuite/soap/default.rb', line 56046 def isFulfilled @isFulfilled end |
#isHandlingTaxable ⇒ Object
Returns the value of attribute isHandlingTaxable.
56054 56055 56056 |
# File 'lib/activenetsuite/soap/default.rb', line 56054 def isHandlingTaxable @isHandlingTaxable end |
#isShippingTaxable ⇒ Object
Returns the value of attribute isShippingTaxable.
56061 56062 56063 |
# File 'lib/activenetsuite/soap/default.rb', line 56061 def isShippingTaxable @isShippingTaxable end |
#shippingMethod ⇒ Object
Returns the value of attribute shippingMethod.
56053 56054 56055 |
# File 'lib/activenetsuite/soap/default.rb', line 56053 def shippingMethod @shippingMethod end |
#shippingMethodRef ⇒ Object
Returns the value of attribute shippingMethodRef.
56052 56053 56054 |
# File 'lib/activenetsuite/soap/default.rb', line 56052 def shippingMethodRef @shippingMethodRef end |
#shippingRate ⇒ Object
Returns the value of attribute shippingRate.
56065 56066 56067 |
# File 'lib/activenetsuite/soap/default.rb', line 56065 def shippingRate @shippingRate end |
#shippingTax2Amt ⇒ Object
Returns the value of attribute shippingTax2Amt.
56067 56068 56069 |
# File 'lib/activenetsuite/soap/default.rb', line 56067 def shippingTax2Amt @shippingTax2Amt end |
#shippingTax2Rate ⇒ Object
Returns the value of attribute shippingTax2Rate.
56064 56065 56066 |
# File 'lib/activenetsuite/soap/default.rb', line 56064 def shippingTax2Rate @shippingTax2Rate end |
#shippingTaxAmt ⇒ Object
Returns the value of attribute shippingTaxAmt.
56066 56067 56068 |
# File 'lib/activenetsuite/soap/default.rb', line 56066 def shippingTaxAmt @shippingTaxAmt end |
#shippingTaxCode ⇒ Object
Returns the value of attribute shippingTaxCode.
56062 56063 56064 |
# File 'lib/activenetsuite/soap/default.rb', line 56062 def shippingTaxCode @shippingTaxCode end |
#shippingTaxRate ⇒ Object
Returns the value of attribute shippingTaxRate.
56063 56064 56065 |
# File 'lib/activenetsuite/soap/default.rb', line 56063 def shippingTaxRate @shippingTaxRate end |
#sourceAddress ⇒ Object
Returns the value of attribute sourceAddress.
56049 56050 56051 |
# File 'lib/activenetsuite/soap/default.rb', line 56049 def sourceAddress @sourceAddress end |
#sourceAddressRef ⇒ Object
Returns the value of attribute sourceAddressRef.
56048 56049 56050 |
# File 'lib/activenetsuite/soap/default.rb', line 56048 def sourceAddressRef @sourceAddressRef end |
#weight ⇒ Object
Returns the value of attribute weight.
56047 56048 56049 |
# File 'lib/activenetsuite/soap/default.rb', line 56047 def weight @weight end |