Class GetAddressesProcessingResultResponseDataContract
Inheritance
System.Object
GetAddressesProcessingResultResponseDataContract
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Evatic.Common.Service.DataContract.StagingTables.Message
Assembly: Evatic.Common.dll
Syntax
[DataContract(Name = "GetAddressesProcessingResultResponse", Namespace = "http://schema.evatic.com/2012/10/24")]
public class GetAddressesProcessingResultResponseDataContract
Properties
View SourceProcessingData
Declaration
[DataMember]
public List<AddressDataProcessingResult> ProcessingData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AddressDataProcessingResult> |
ProcessingSummary
Declaration
[DataMember(IsRequired = true)]
public TransactionProcessingSummary ProcessingSummary { get; set; }
Property Value
Type | Description |
---|---|
TransactionProcessingSummary |