UploadDocumentDetailDocType Property
This is specifies the document type of the document being uploaded.
Syntax
fedexfreightshipcontrol.UploadDocumentDetailDocType(UploadDocumentDetailIndex)[=integer]
Possible Values
fdtCommercialInvoice(0), fdtCertificateOfOrigin(1), fdtNAFTACertificateOfOrigin(2), fdtProFormaInvoice(3), fdtOther(4)
Default Value
0
Remarks
This is specifies the document type of the document being uploaded.
The valid values are as follows:
Value | Description |
dtCommercialInvoice (0) | Commercial Invoice |
dtCertificateOfOrigin (1) | Certificate of Origin |
dtNAFTACertificateOfOrigin (2) | NAFTA Certificate of Origin |
dtProFormaInvoice (3) | Pro Forma Invoice |
dtOther (4) | Other document type |
The size of the array is controlled by the UploadDocumentDetailCount property.
This property is not available at design time.
Data Type
Integer