class FedexWebServices::Soap::Ship::AdditionalLabelsDetail

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

type - FedexWebServices::Soap::Ship::AdditionalLabelsType
count - SOAP::SOAPNonNegativeInteger

Attributes

count[RW]
type[RW]

Public Class Methods

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