class FedexWebServices::Soap::Rate::CustomsOptionDetail

{fedex.com/ws/rate/v13}CustomsOptionDetail

type - FedexWebServices::Soap::Rate::CustomsOptionType
description - SOAP::SOAPString

Attributes

description[RW]
type[RW]

Public Class Methods

new(type = nil, description = nil) click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 706
def initialize(type = nil, description = nil)
  @type = type
  @description = description
end