class FedexWebServices::Soap::Rate::SmartPostShipmentDetail
{fedex.com/ws/rate/v13}SmartPostShipmentDetail
indicia - FedexWebServices::Soap::Rate::SmartPostIndiciaType ancillaryEndorsement - FedexWebServices::Soap::Rate::SmartPostAncillaryEndorsementType hubId - SOAP::SOAPString customerManifestId - SOAP::SOAPString
Attributes
ancillaryEndorsement[RW]
customerManifestId[RW]
hubId[RW]
indicia[RW]
Public Class Methods
new(indicia = nil, ancillaryEndorsement = nil, hubId = nil, customerManifestId = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 2877 def initialize(indicia = nil, ancillaryEndorsement = nil, hubId = nil, customerManifestId = nil) @indicia = indicia @ancillaryEndorsement = ancillaryEndorsement @hubId = hubId @customerManifestId = customerManifestId end