Participant
ParticipantResendNotificationRequestModel Complex Type
Participant : ParticipantResendNotificationRequestModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant
Diagram
EnableLogging Element EmailAddress Element ID Element Sequence ParticipantResendNotificationModel Element Sequence Participants Element Sequence ParticipantResendNotificationRequestModel Complex Type
Overview
Used By
participantResendNotificationRequest Element
ParticipantResendNotificationRequestModel Element
Source
<xs:complexType name="ParticipantResendNotificationRequestModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Participants" nillable="true" type="tns:ArrayOfParticipantResendNotificationModel" />
    <xs:element minOccurs="0" name="EnableLogging" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
See Also
Participant