Class TCriteria
Criteria object used to specify the set of criteria to query postal payments.
Inheritance
Namespace: EDIPlatformFinance.BusinessLayer.Operational
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TCriteria
Properties
CurrentMoEventType
Declaration
[DataMember(EmitDefaultValue = false)]
public TMOEventType? CurrentMoEventType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<TMOEventType> | Current event type of the searched postal payments |
CurrentState
Declaration
[DataMember(EmitDefaultValue = false)]
public TState? CurrentState { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<TState> | Current state code of the searched postal payments. For example CC, EP, etc |
CurrentStateGMTDtFrom
Declaration
[DataMember(EmitDefaultValue = true)]
public DateTime? CurrentStateGMTDtFrom { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The lower (included) limit value of the current event UTC date and time of the searched postal payments, expressed with UTC date and time of Web service host. |
CurrentStateGMTDtTo
Declaration
[DataMember(EmitDefaultValue = true)]
public DateTime? CurrentStateGMTDtTo { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The upper (excluded) limit value of the current event UTC date and time of the searched postal payments, expressed with UTC date and time of Web service host. |
IssuingOrganization
Declaration
[DataMember(EmitDefaultValue = false)]
public string IssuingOrganization { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Issuing organization code of the searched postal payments, e.g. J1CXXX |
PayingOrganization
Declaration
[DataMember(EmitDefaultValue = false)]
public string PayingOrganization { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Paying organization code of the searched postal payments, e.g. J1CXXX |
ProductCode
Declaration
[DataMember(EmitDefaultValue = false)]
public string ProductCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The product code of the searched postal payments. For example OR, OT, etc |
ProductType
Declaration
[DataMember(EmitDefaultValue = false)]
public string ProductType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The product type of the searched postal payments. For example N (Normal) |
PurchaseDtFrom
Declaration
[DataMember(EmitDefaultValue = true)]
public DateTime PurchaseDtFrom { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The lowest limit value of purchase date and time of the searched postal payments, expressed with local date and time of Web service host |
PurchaseDtTo
Declaration
[DataMember(EmitDefaultValue = true)]
public DateTime PurchaseDtTo { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The upper limit value of the purchase date and time of the searched postal payments, expressed with local date and time of Web service host |