Class: PurolatorWebServices::Soap::RequestItemV3

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

Overview

/RequestItemV3

sKU - SOAP::SOAPString
customsDesc - SOAP::SOAPString
extendedDesc - SOAP::SOAPString
quantity - SOAP::SOAPInt
totalValue - SOAP::SOAPDecimal
currency - SOAP::SOAPString
countryOfOrigin - SOAP::SOAPString
hSCode - SOAP::SOAPString
nAFTAEligible - SOAP::SOAPBoolean
fDAFood - SOAP::SOAPBoolean
textile - SOAP::SOAPBoolean
pSTExempt - SOAP::SOAPBoolean
additionalOptions - PurolatorWebServices::Soap::ArrayOfKeyValueStrings

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sKU = nil, customsDesc = nil, extendedDesc = nil, quantity = nil, totalValue = nil, currency = nil, countryOfOrigin = nil, hSCode = nil, nAFTAEligible = nil, fDAFood = nil, textile = nil, pSTExempt = nil, additionalOptions = nil) ⇒ RequestItemV3

Returns a new instance of RequestItemV3.



239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
# File 'lib/purolator_web_services/soap/default.rb', line 239

def initialize(sKU = nil, customsDesc = nil, extendedDesc = nil, quantity = nil, totalValue = nil, currency = nil, countryOfOrigin = nil, hSCode = nil, nAFTAEligible = nil, fDAFood = nil, textile = nil, pSTExempt = nil, additionalOptions = nil)
  @sKU = sKU
  @customsDesc = customsDesc
  @extendedDesc = extendedDesc
  @quantity = quantity
  @totalValue = totalValue
  @currency = currency
  @countryOfOrigin = countryOfOrigin
  @hSCode = hSCode
  @nAFTAEligible = nAFTAEligible
  @fDAFood = fDAFood
  @textile = textile
  @pSTExempt = pSTExempt
  @additionalOptions = additionalOptions
end

Instance Attribute Details

#additionalOptionsObject

Returns the value of attribute additionalOptions.



237
238
239
# File 'lib/purolator_web_services/soap/default.rb', line 237

def additionalOptions
  @additionalOptions
end

#countryOfOriginObject

Returns the value of attribute countryOfOrigin.



231
232
233
# File 'lib/purolator_web_services/soap/default.rb', line 231

def countryOfOrigin
  @countryOfOrigin
end

#currencyObject

Returns the value of attribute currency.



230
231
232
# File 'lib/purolator_web_services/soap/default.rb', line 230

def currency
  @currency
end

#customsDescObject

Returns the value of attribute customsDesc.



226
227
228
# File 'lib/purolator_web_services/soap/default.rb', line 226

def customsDesc
  @customsDesc
end

#extendedDescObject

Returns the value of attribute extendedDesc.



227
228
229
# File 'lib/purolator_web_services/soap/default.rb', line 227

def extendedDesc
  @extendedDesc
end

#fDAFoodObject

Returns the value of attribute fDAFood.



234
235
236
# File 'lib/purolator_web_services/soap/default.rb', line 234

def fDAFood
  @fDAFood
end

#hSCodeObject

Returns the value of attribute hSCode.



232
233
234
# File 'lib/purolator_web_services/soap/default.rb', line 232

def hSCode
  @hSCode
end

#nAFTAEligibleObject

Returns the value of attribute nAFTAEligible.



233
234
235
# File 'lib/purolator_web_services/soap/default.rb', line 233

def nAFTAEligible
  @nAFTAEligible
end

#pSTExemptObject

Returns the value of attribute pSTExempt.



236
237
238
# File 'lib/purolator_web_services/soap/default.rb', line 236

def pSTExempt
  @pSTExempt
end

#quantityObject

Returns the value of attribute quantity.



228
229
230
# File 'lib/purolator_web_services/soap/default.rb', line 228

def quantity
  @quantity
end

#sKUObject

Returns the value of attribute sKU.



225
226
227
# File 'lib/purolator_web_services/soap/default.rb', line 225

def sKU
  @sKU
end

#textileObject

Returns the value of attribute textile.



235
236
237
# File 'lib/purolator_web_services/soap/default.rb', line 235

def textile
  @textile
end

#totalValueObject

Returns the value of attribute totalValue.



229
230
231
# File 'lib/purolator_web_services/soap/default.rb', line 229

def totalValue
  @totalValue
end