class FedexWebServices::Soap::Rate::RecipientCustomsId

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

type - FedexWebServices::Soap::Rate::RecipientCustomsIdType
value - SOAP::SOAPString

Attributes

type[RW]
value[RW]

Public Class Methods

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