class ActiveNetsuite::ItemFulfillmentPackageUsps
{urn:sales_2013_2.transactions.webservices.netsuite.com}ItemFulfillmentPackageUsps
packageWeightUsps - SOAP::SOAPDouble packageDescrUsps - SOAP::SOAPString packageTrackingNumberUsps - SOAP::SOAPString packagingUsps - ActiveNetsuite::ItemFulfillmentPackageUspsPackagingUsps useInsuredValueUsps - SOAP::SOAPBoolean insuredValueUsps - SOAP::SOAPDouble reference1Usps - SOAP::SOAPString reference2Usps - SOAP::SOAPString packageLengthUsps - SOAP::SOAPLong packageWidthUsps - SOAP::SOAPLong packageHeightUsps - SOAP::SOAPLong deliveryConfUsps - ActiveNetsuite::ItemFulfillmentPackageUspsDeliveryConfUsps
Attributes
deliveryConfUsps[RW]
insuredValueUsps[RW]
packageDescrUsps[RW]
packageHeightUsps[RW]
packageLengthUsps[RW]
packageTrackingNumberUsps[RW]
packageWeightUsps[RW]
packageWidthUsps[RW]
packagingUsps[RW]
reference1Usps[RW]
reference2Usps[RW]
useInsuredValueUsps[RW]
Public Class Methods
new(packageWeightUsps = nil, packageDescrUsps = nil, packageTrackingNumberUsps = nil, packagingUsps = nil, useInsuredValueUsps = nil, insuredValueUsps = nil, reference1Usps = nil, reference2Usps = nil, packageLengthUsps = nil, packageWidthUsps = nil, packageHeightUsps = nil, deliveryConfUsps = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 54278 def initialize(packageWeightUsps = nil, packageDescrUsps = nil, packageTrackingNumberUsps = nil, packagingUsps = nil, useInsuredValueUsps = nil, insuredValueUsps = nil, reference1Usps = nil, reference2Usps = nil, packageLengthUsps = nil, packageWidthUsps = nil, packageHeightUsps = nil, deliveryConfUsps = nil) @packageWeightUsps = packageWeightUsps @packageDescrUsps = packageDescrUsps @packageTrackingNumberUsps = packageTrackingNumberUsps @packagingUsps = packagingUsps @useInsuredValueUsps = useInsuredValueUsps @insuredValueUsps = insuredValueUsps @reference1Usps = reference1Usps @reference2Usps = reference2Usps @packageLengthUsps = packageLengthUsps @packageWidthUsps = packageWidthUsps @packageHeightUsps = packageHeightUsps @deliveryConfUsps = deliveryConfUsps end