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