 | IElectronicProcessingGetElectronicContractPDFResponseType Class |
Contains the PDF representation of a previously generated electronic contract as a base64 byte array.
Inheritance HierarchySystemObject
IASIElectronicProcessingGetElectronicContractPDFResponseType
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic class GetElectronicContractPDFResponseType
Public Class GetElectronicContractPDFResponseType
public class GetElectronicContractPDFResponseType
IAS.GetElectronicContractPDFResponseType = function();
Type.createClass(
'IAS.GetElectronicContractPDFResponseType');
The IElectronicProcessingGetElectronicContractPDFResponseType type exposes the following members.
Fields
| Name | Description |
---|
 | ErrorInfo | Error details. |
 | PDF | Byte array representation of the electronic contract in PDF format. |
Top
See Also