class FedexWebServices::Soap::Ship::TaxpayerIdentification

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

tinType - FedexWebServices::Soap::Ship::TinType
number - SOAP::SOAPString
usage - SOAP::SOAPString

Attributes

number[RW]
tinType[RW]
usage[RW]

Public Class Methods

new(tinType = nil, number = nil, usage = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 3423
def initialize(tinType = nil, number = nil, usage = nil)
  @tinType = tinType
  @number = number
  @usage = usage
end