class FedexWebServices::Soap::Rate::ShippingDocumentSpecification
{fedex.com/ws/rate/v13}ShippingDocumentSpecification
shippingDocumentTypes - FedexWebServices::Soap::Rate::RequestedShippingDocumentType certificateOfOrigin - FedexWebServices::Soap::Rate::CertificateOfOriginDetail commercialInvoiceDetail - FedexWebServices::Soap::Rate::CommercialInvoiceDetail customPackageDocumentDetail - FedexWebServices::Soap::Rate::CustomDocumentDetail customShipmentDocumentDetail - FedexWebServices::Soap::Rate::CustomDocumentDetail generalAgencyAgreementDetail - FedexWebServices::Soap::Rate::GeneralAgencyAgreementDetail naftaCertificateOfOriginDetail - FedexWebServices::Soap::Rate::NaftaCertificateOfOriginDetail op900Detail - FedexWebServices::Soap::Rate::Op900Detail dangerousGoodsShippersDeclarationDetail - FedexWebServices::Soap::Rate::DangerousGoodsShippersDeclarationDetail returnInstructionsDetail - FedexWebServices::Soap::Rate::ReturnInstructionsDetail
Attributes
certificateOfOrigin[RW]
commercialInvoiceDetail[RW]
customPackageDocumentDetail[RW]
customShipmentDocumentDetail[RW]
dangerousGoodsShippersDeclarationDetail[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, returnInstructionsDetail = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 2839 def initialize(shippingDocumentTypes = [], certificateOfOrigin = nil, commercialInvoiceDetail = nil, customPackageDocumentDetail = [], customShipmentDocumentDetail = [], generalAgencyAgreementDetail = nil, naftaCertificateOfOriginDetail = nil, op900Detail = nil, dangerousGoodsShippersDeclarationDetail = nil, returnInstructionsDetail = nil) @shippingDocumentTypes = shippingDocumentTypes @certificateOfOrigin = certificateOfOrigin @commercialInvoiceDetail = commercialInvoiceDetail @customPackageDocumentDetail = customPackageDocumentDetail @customShipmentDocumentDetail = customShipmentDocumentDetail @generalAgencyAgreementDetail = generalAgencyAgreementDetail @naftaCertificateOfOriginDetail = naftaCertificateOfOriginDetail @op900Detail = op900Detail @dangerousGoodsShippersDeclarationDetail = dangerousGoodsShippersDeclarationDetail @returnInstructionsDetail = returnInstructionsDetail end