Transaction
TransactionNotificationPlaceholderModel Complex Type
Transaction : TransactionNotificationPlaceholderModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Transaction
Diagram
Value Element Name Element Sequence TransactionNotificationPlaceholderModel Complex Type
Overview
Sequence
Name optional xs:string
Value optional xs:string
Used By
TransactionNotificationPlaceholderModel Element
TransactionNotificationPlaceholderModel Element
Source
<xs:complexType name="TransactionNotificationPlaceholderModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Value" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>
See Also
Transaction