DocumentResponseDocumentType Property |
[This is preliminary documentation and is subject to change.]
Indicates the document type.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string DocumentType { get; set; }
Public Property DocumentType As String
Get
Set
public:
property String^ DocumentType {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
Remarks
DocumentType should be one of the following:
BillOfLading | The Bill of Lading detailing the contents of the shipment. |
See Also