class FedexWebServices::Soap::Ship::PendingShipmentDetail

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

type - FedexWebServices::Soap::Ship::PendingShipmentType
expirationDate - SOAP::SOAPDate
emailLabelDetail - FedexWebServices::Soap::Ship::EMailLabelDetail

Attributes

emailLabelDetail[RW]
expirationDate[RW]
type[RW]

Public Class Methods

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