 | IContractLookupGetContractImageResponseType Class |
The PDF image returned by the contract image lookup method.
Inheritance HierarchySystemObject
IASIContractLookupGetContractImageResponseType
Namespace:
IAS
Assembly:
ContractLookup (in ContractLookup.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic class GetContractImageResponseType
Public Class GetContractImageResponseType
public class GetContractImageResponseType
IAS.GetContractImageResponseType = function();
Type.createClass(
'IAS.GetContractImageResponseType');
The IContractLookupGetContractImageResponseType type exposes the following members.
Fields
| Name | Description |
---|
 | ErrorInfo | Error details. |
 | PDF | A base64 encoded byte array containing the contract PDF. |
Top
See Also