Transaction
TransactionCertifySealPdfModel Complex Type
Transaction : TransactionCertifySealPdfModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Transaction
Diagram
RemoteCertifierEmail Element RemoteCertifierOrganization Element RemoteCertifierTitle Element RemoteCertifierName Element IsRemoteCertify Element IsTest Element NotificationData Element IsNotificationTypeGet Element NotificationUrl Element FileSystemPath Element FileBytes Element DeletionDate Element Title Element Sequence DocumentPdfModel Element Sequence Pdfs Element Description Element Sequence TransactionCertifySealPdfModel Complex Type
Overview
Sequence
Description optional xs:string
Sequence
Sequence
Title optional xs:string
DeletionDate optional xs:dateTime
FileBytes optional xs:base64Binary
FileSystemPath optional xs:string
NotificationUrl optional xs:string
IsNotificationTypeGet optional xs:boolean
NotificationData optional xs:string
IsTest optional xs:boolean
IsRemoteCertify optional xs:boolean
RemoteCertifierName optional xs:string
RemoteCertifierTitle optional xs:string
RemoteCertifierOrganization optional xs:string
RemoteCertifierEmail optional xs:string
Used By
TransactionCertifySealPdfModel Element
TransactionCertifySealPdfModel Element
Source
<xs:complexType name="TransactionCertifySealPdfModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Pdfs" nillable="true" type="q30:ArrayOfDocumentPdfModel" xmlns:q30="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Document" />
    <xs:element minOccurs="0" name="IsTest" type="xs:boolean" />
    <xs:element minOccurs="0" name="IsRemoteCertify" type="xs:boolean" />
    <xs:element minOccurs="0" name="RemoteCertifierName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="RemoteCertifierTitle" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="RemoteCertifierOrganization" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="RemoteCertifierEmail" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>
See Also
Transaction