class FedexWebServices::Soap::Rate::ServiceSubOptionDetail

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

freightGuarantee - FedexWebServices::Soap::Rate::FreightGuaranteeType
smartPostHubId - SOAP::SOAPString
smartPostIndicia - FedexWebServices::Soap::Rate::SmartPostIndiciaType

Attributes

freightGuarantee[RW]
smartPostHubId[RW]
smartPostIndicia[RW]

Public Class Methods

new(freightGuarantee = nil, smartPostHubId = nil, smartPostIndicia = nil) click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 2442
def initialize(freightGuarantee = nil, smartPostHubId = nil, smartPostIndicia = nil)
  @freightGuarantee = freightGuarantee
  @smartPostHubId = smartPostHubId
  @smartPostIndicia = smartPostIndicia
end