class FedexWebServices::Soap::Ship::SmartPostShipmentDetail
{fedex.com/ws/ship/v12}SmartPostShipmentDetail
indicia - FedexWebServices::Soap::Ship::SmartPostIndiciaType ancillaryEndorsement - FedexWebServices::Soap::Ship::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/ShipServiceDefinitions.rb, line 3358 def initialize(indicia = nil, ancillaryEndorsement = nil, hubId = nil, customerManifestId = nil) @indicia = indicia @ancillaryEndorsement = ancillaryEndorsement @hubId = hubId @customerManifestId = customerManifestId end