class FedexWebServices::Soap::Ship::InternationalTrafficInArmsRegulationsDetail

{fedex.com/ws/ship/v12}InternationalTrafficInArmsRegulationsDetail

licenseOrExemptionNumber - SOAP::SOAPString

Attributes

licenseOrExemptionNumber[RW]

Public Class Methods

new(licenseOrExemptionNumber = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 1863
def initialize(licenseOrExemptionNumber = nil)
  @licenseOrExemptionNumber = licenseOrExemptionNumber
end