class FedexWebServices::Soap::Ship::BinaryBarcode

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

type - FedexWebServices::Soap::Ship::BinaryBarcodeType
value - SOAP::SOAPBase64

Attributes

type[RW]
value[RW]

Public Class Methods

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