<xs:complexType name="TransactionUpdateModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="ID" type="xs:int" />
<xs:element minOccurs="0" name="ProntoID" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="IsTest" type="xs:boolean" />
<xs:element minOccurs="0" name="IsParticipantOrderNonSequential" type="xs:boolean" />
<xs:element minOccurs="0" name="DisableCompleteNotificationAttachments" type="xs:boolean" />
<xs:element minOccurs="0" name="CompleteNotificationEmailAddresses" nillable="true" type="q23:ArrayOfstring" xmlns:q23="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="OutgoingEmailDetails" nillable="true" type="tns:OutgoingEmailDetailsModel" />
<xs:element minOccurs="0" name="Jurisdiction" nillable="true" type="tns:JurisdictionModel" />
<xs:element minOccurs="0" name="CreatorUserID" nillable="true" type="xs:int" />
<xs:element minOccurs="0" name="ExpirationDate" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="0" name="EmailTemplateSetName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SessionExpirationMinutes" nillable="true" type="xs:short" />
<xs:element minOccurs="0" name="SendCompletedNotification" type="xs:boolean" />
<xs:element minOccurs="0" name="SendCancelledNotification" type="xs:boolean" />
<xs:element minOccurs="0" name="SendExpiredNotification" type="xs:boolean" />
<xs:element minOccurs="0" name="EnableMessagePromptOnCancel" type="xs:boolean" />
<xs:element minOccurs="0" name="ThirdPartyNotifications" nillable="true" type="tns:ArrayOfTransactionNotificationDetailsModel" />
<xs:element minOccurs="0" name="IncludeUploadedAttachmentsInThirdPartyNotifications" type="xs:boolean" />
<xs:element minOccurs="0" name="EmailTemplateSetLanguage" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="TSCleanup" nillable="true" type="xs:dateTime" />
</xs:sequence>
</xs:complexType> |