Class: ActiveNetsuite::TransactionShipGroup

Inherits:
Object
  • Object
show all
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

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

#destinationAddressObject

Returns the value of attribute destinationAddress.



56051
56052
56053
# File 'lib/activenetsuite/soap/default.rb', line 56051

def destinationAddress
  @destinationAddress
end

#destinationAddressRefObject

Returns the value of attribute destinationAddressRef.



56050
56051
56052
# File 'lib/activenetsuite/soap/default.rb', line 56050

def destinationAddressRef
  @destinationAddressRef
end

#handlingRateObject

Returns the value of attribute handlingRate.



56058
56059
56060
# File 'lib/activenetsuite/soap/default.rb', line 56058

def handlingRate
  @handlingRate
end

#handlingTax2AmtObject

Returns the value of attribute handlingTax2Amt.



56060
56061
56062
# File 'lib/activenetsuite/soap/default.rb', line 56060

def handlingTax2Amt
  @handlingTax2Amt
end

#handlingTax2RateObject

Returns the value of attribute handlingTax2Rate.



56057
56058
56059
# File 'lib/activenetsuite/soap/default.rb', line 56057

def handlingTax2Rate
  @handlingTax2Rate
end

#handlingTaxAmtObject

Returns the value of attribute handlingTaxAmt.



56059
56060
56061
# File 'lib/activenetsuite/soap/default.rb', line 56059

def handlingTaxAmt
  @handlingTaxAmt
end

#handlingTaxCodeObject

Returns the value of attribute handlingTaxCode.



56055
56056
56057
# File 'lib/activenetsuite/soap/default.rb', line 56055

def handlingTaxCode
  @handlingTaxCode
end

#handlingTaxRateObject

Returns the value of attribute handlingTaxRate.



56056
56057
56058
# File 'lib/activenetsuite/soap/default.rb', line 56056

def handlingTaxRate
  @handlingTaxRate
end

#idObject

Returns the value of attribute id.



56045
56046
56047
# File 'lib/activenetsuite/soap/default.rb', line 56045

def id
  @id
end

#isFulfilledObject

Returns the value of attribute isFulfilled.



56046
56047
56048
# File 'lib/activenetsuite/soap/default.rb', line 56046

def isFulfilled
  @isFulfilled
end

#isHandlingTaxableObject

Returns the value of attribute isHandlingTaxable.



56054
56055
56056
# File 'lib/activenetsuite/soap/default.rb', line 56054

def isHandlingTaxable
  @isHandlingTaxable
end

#isShippingTaxableObject

Returns the value of attribute isShippingTaxable.



56061
56062
56063
# File 'lib/activenetsuite/soap/default.rb', line 56061

def isShippingTaxable
  @isShippingTaxable
end

#shippingMethodObject

Returns the value of attribute shippingMethod.



56053
56054
56055
# File 'lib/activenetsuite/soap/default.rb', line 56053

def shippingMethod
  @shippingMethod
end

#shippingMethodRefObject

Returns the value of attribute shippingMethodRef.



56052
56053
56054
# File 'lib/activenetsuite/soap/default.rb', line 56052

def shippingMethodRef
  @shippingMethodRef
end

#shippingRateObject

Returns the value of attribute shippingRate.



56065
56066
56067
# File 'lib/activenetsuite/soap/default.rb', line 56065

def shippingRate
  @shippingRate
end

#shippingTax2AmtObject

Returns the value of attribute shippingTax2Amt.



56067
56068
56069
# File 'lib/activenetsuite/soap/default.rb', line 56067

def shippingTax2Amt
  @shippingTax2Amt
end

#shippingTax2RateObject

Returns the value of attribute shippingTax2Rate.



56064
56065
56066
# File 'lib/activenetsuite/soap/default.rb', line 56064

def shippingTax2Rate
  @shippingTax2Rate
end

#shippingTaxAmtObject

Returns the value of attribute shippingTaxAmt.



56066
56067
56068
# File 'lib/activenetsuite/soap/default.rb', line 56066

def shippingTaxAmt
  @shippingTaxAmt
end

#shippingTaxCodeObject

Returns the value of attribute shippingTaxCode.



56062
56063
56064
# File 'lib/activenetsuite/soap/default.rb', line 56062

def shippingTaxCode
  @shippingTaxCode
end

#shippingTaxRateObject

Returns the value of attribute shippingTaxRate.



56063
56064
56065
# File 'lib/activenetsuite/soap/default.rb', line 56063

def shippingTaxRate
  @shippingTaxRate
end

#sourceAddressObject

Returns the value of attribute sourceAddress.



56049
56050
56051
# File 'lib/activenetsuite/soap/default.rb', line 56049

def sourceAddress
  @sourceAddress
end

#sourceAddressRefObject

Returns the value of attribute sourceAddressRef.



56048
56049
56050
# File 'lib/activenetsuite/soap/default.rb', line 56048

def sourceAddressRef
  @sourceAddressRef
end

#weightObject

Returns the value of attribute weight.



56047
56048
56049
# File 'lib/activenetsuite/soap/default.rb', line 56047

def weight
  @weight
end