Class: ActiveNetsuite::ItemFulfillmentPackageUsps

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.comItemFulfillmentPackageUsps

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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) ⇒ ItemFulfillmentPackageUsps

Returns a new instance of ItemFulfillmentPackageUsps.



54278
54279
54280
54281
54282
54283
54284
54285
54286
54287
54288
54289
54290
54291
# 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

Instance Attribute Details

#deliveryConfUspsObject

Returns the value of attribute deliveryConfUsps.



54276
54277
54278
# File 'lib/activenetsuite/soap/default.rb', line 54276

def deliveryConfUsps
  @deliveryConfUsps
end

#insuredValueUspsObject

Returns the value of attribute insuredValueUsps.



54270
54271
54272
# File 'lib/activenetsuite/soap/default.rb', line 54270

def insuredValueUsps
  @insuredValueUsps
end

#packageDescrUspsObject

Returns the value of attribute packageDescrUsps.



54266
54267
54268
# File 'lib/activenetsuite/soap/default.rb', line 54266

def packageDescrUsps
  @packageDescrUsps
end

#packageHeightUspsObject

Returns the value of attribute packageHeightUsps.



54275
54276
54277
# File 'lib/activenetsuite/soap/default.rb', line 54275

def packageHeightUsps
  @packageHeightUsps
end

#packageLengthUspsObject

Returns the value of attribute packageLengthUsps.



54273
54274
54275
# File 'lib/activenetsuite/soap/default.rb', line 54273

def packageLengthUsps
  @packageLengthUsps
end

#packageTrackingNumberUspsObject

Returns the value of attribute packageTrackingNumberUsps.



54267
54268
54269
# File 'lib/activenetsuite/soap/default.rb', line 54267

def packageTrackingNumberUsps
  @packageTrackingNumberUsps
end

#packageWeightUspsObject

Returns the value of attribute packageWeightUsps.



54265
54266
54267
# File 'lib/activenetsuite/soap/default.rb', line 54265

def packageWeightUsps
  @packageWeightUsps
end

#packageWidthUspsObject

Returns the value of attribute packageWidthUsps.



54274
54275
54276
# File 'lib/activenetsuite/soap/default.rb', line 54274

def packageWidthUsps
  @packageWidthUsps
end

#packagingUspsObject

Returns the value of attribute packagingUsps.



54268
54269
54270
# File 'lib/activenetsuite/soap/default.rb', line 54268

def packagingUsps
  @packagingUsps
end

#reference1UspsObject

Returns the value of attribute reference1Usps.



54271
54272
54273
# File 'lib/activenetsuite/soap/default.rb', line 54271

def reference1Usps
  @reference1Usps
end

#reference2UspsObject

Returns the value of attribute reference2Usps.



54272
54273
54274
# File 'lib/activenetsuite/soap/default.rb', line 54272

def reference2Usps
  @reference2Usps
end

#useInsuredValueUspsObject

Returns the value of attribute useInsuredValueUsps.



54269
54270
54271
# File 'lib/activenetsuite/soap/default.rb', line 54269

def useInsuredValueUsps
  @useInsuredValueUsps
end