class FedexWebServices::Soap::Rate::InternationalTrafficInArmsRegulationsDetail
{fedex.com/ws/rate/v13}InternationalTrafficInArmsRegulationsDetail
licenseOrExemptionNumber - SOAP::SOAPString
Attributes
licenseOrExemptionNumber[RW]
Public Class Methods
new(licenseOrExemptionNumber = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 1568 def initialize(licenseOrExemptionNumber = nil) @licenseOrExemptionNumber = licenseOrExemptionNumber end