class FedexWebServices::Soap::Ship::DestinationControlDetail
{fedex.com/ws/ship/v12}DestinationControlDetail
statementTypes - FedexWebServices::Soap::Ship::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/ShipServiceDefinitions.rb, line 1222 def initialize(statementTypes = [], destinationCountries = nil, endUser = nil) @statementTypes = statementTypes @destinationCountries = destinationCountries @endUser = endUser end