class FedexWebServices::Soap::Ship::CustomsOptionDetail

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

type - FedexWebServices::Soap::Ship::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/ShipServiceDefinitions.rb, line 1025
def initialize(type = nil, description = nil)
  @type = type
  @description = description
end