Show / Hide Table of Contents

Class GetOrderByCriteriaResponse

Get international postal payment the latest event details and the postal payment details.

Inheritance
System.Object
GetOrderByCriteriaResponse
Namespace: WebServices.DataContracts.Common
Assembly: WebServices.dll
Syntax
public class GetOrderByCriteriaResponse

Properties

ErrorCode

Error code

Declaration
[DataMember]
public GetByCriteriaResponseCodes ErrorCode { get; set; }
Property Value
Type Description
GetByCriteriaResponseCodes

ErrorMessage

Error message details

Declaration
[DataMember]
public string ErrorMessage { get; set; }
Property Value
Type Description
System.String

MoneyOrders

List of retrieved postal payments filtered by the specified search criteria

Declaration
[DataMember]
public List<MoneyOrder> MoneyOrders { get; set; }
Property Value
Type Description
System.Collections.Generic.List<MoneyOrder>
Back to top Generated by DocFX