class FedexWebServices::Soap::Ship::ShippingDocumentSpecification

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

shippingDocumentTypes - FedexWebServices::Soap::Ship::RequestedShippingDocumentType
certificateOfOrigin - FedexWebServices::Soap::Ship::CertificateOfOriginDetail
commercialInvoiceDetail - FedexWebServices::Soap::Ship::CommercialInvoiceDetail
customPackageDocumentDetail - FedexWebServices::Soap::Ship::CustomDocumentDetail
customShipmentDocumentDetail - FedexWebServices::Soap::Ship::CustomDocumentDetail
generalAgencyAgreementDetail - FedexWebServices::Soap::Ship::GeneralAgencyAgreementDetail
naftaCertificateOfOriginDetail - FedexWebServices::Soap::Ship::NaftaCertificateOfOriginDetail
op900Detail - FedexWebServices::Soap::Ship::Op900Detail
dangerousGoodsShippersDeclarationDetail - FedexWebServices::Soap::Ship::DangerousGoodsShippersDeclarationDetail
freightAddressLabelDetail - FedexWebServices::Soap::Ship::FreightAddressLabelDetail
returnInstructionsDetail - FedexWebServices::Soap::Ship::ReturnInstructionsDetail

Attributes

certificateOfOrigin[RW]
commercialInvoiceDetail[RW]
customPackageDocumentDetail[RW]
customShipmentDocumentDetail[RW]
dangerousGoodsShippersDeclarationDetail[RW]
freightAddressLabelDetail[RW]
generalAgencyAgreementDetail[RW]
naftaCertificateOfOriginDetail[RW]
op900Detail[RW]
returnInstructionsDetail[RW]
shippingDocumentTypes[RW]

Public Class Methods

new(shippingDocumentTypes = [], certificateOfOrigin = nil, commercialInvoiceDetail = nil, customPackageDocumentDetail = [], customShipmentDocumentDetail = [], generalAgencyAgreementDetail = nil, naftaCertificateOfOriginDetail = nil, op900Detail = nil, dangerousGoodsShippersDeclarationDetail = nil, freightAddressLabelDetail = nil, returnInstructionsDetail = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 3319
def initialize(shippingDocumentTypes = [], certificateOfOrigin = nil, commercialInvoiceDetail = nil, customPackageDocumentDetail = [], customShipmentDocumentDetail = [], generalAgencyAgreementDetail = nil, naftaCertificateOfOriginDetail = nil, op900Detail = nil, dangerousGoodsShippersDeclarationDetail = nil, freightAddressLabelDetail = nil, returnInstructionsDetail = nil)
  @shippingDocumentTypes = shippingDocumentTypes
  @certificateOfOrigin = certificateOfOrigin
  @commercialInvoiceDetail = commercialInvoiceDetail
  @customPackageDocumentDetail = customPackageDocumentDetail
  @customShipmentDocumentDetail = customShipmentDocumentDetail
  @generalAgencyAgreementDetail = generalAgencyAgreementDetail
  @naftaCertificateOfOriginDetail = naftaCertificateOfOriginDetail
  @op900Detail = op900Detail
  @dangerousGoodsShippersDeclarationDetail = dangerousGoodsShippersDeclarationDetail
  @freightAddressLabelDetail = freightAddressLabelDetail
  @returnInstructionsDetail = returnInstructionsDetail
end