Show / Hide Table of Contents

Class TSearchCriteria

This class has information related to loading payable postal payment orders

Inheritance
System.Object
TSearchCriteria
Namespace: EDIPlatformFinance.BusinessLayer.Operational
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TSearchCriteria

Properties

DepositedAmountFrom

Declaration
[DataMember(EmitDefaultValue = false)]
public decimal? DepositedAmountFrom { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Deposited amount - from

DepositedAmountTo

Declaration
[DataMember(EmitDefaultValue = false)]
public decimal? DepositedAmountTo { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Deposited amount - to

LastModifGMTDtFrom

Declaration
[DataMember(EmitDefaultValue = false)]
public DateTime? LastModifGMTDtFrom { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

The lower (included) limit value of the last change UTC date and time of the searched payable postal payments, expressed with UTC date and time of Web service host.

LastModifGMTDtTo

Declaration
[DataMember(EmitDefaultValue = false)]
public DateTime? LastModifGMTDtTo { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

The upper (excluded) limit value of the last change UTC date and time of the searched payable postal payments, expressed with UTC date and time of Web service host.

MOId

Declaration
[DataMember(EmitDefaultValue = false)]
public string MOId { get; set; }
Property Value
Type Description
System.String

Postal payment order identifier.
The maximum length of a postal payment identifier should not be greater than 35 characters.

MOLocalId

Declaration
[DataMember(EmitDefaultValue = false)]
public string MOLocalId { get; set; }
Property Value
Type Description
System.String

Postal payment order local identifier

PayingOrgId

Declaration
[DataMember(EmitDefaultValue = false)]
public string PayingOrgId { get; set; }
Property Value
Type Description
System.String

Paying organization identifier

PurchaseDTFrom

Declaration
[DataMember(EmitDefaultValue = false)]
public DateTime? PurchaseDTFrom { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Purchase date - from

PurchaseDTTo

Declaration
[DataMember(EmitDefaultValue = false)]
public DateTime? PurchaseDTTo { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Purchase date - to

RecipientFirstName

Declaration
[DataMember(EmitDefaultValue = false)]
public string RecipientFirstName { get; set; }
Property Value
Type Description
System.String

Recipient first name

RecipientLastName

Declaration
[DataMember(EmitDefaultValue = false)]
public string RecipientLastName { get; set; }
Property Value
Type Description
System.String

Recipient last name

RecipientMiddleName

Declaration
[DataMember(EmitDefaultValue = false)]
public string RecipientMiddleName { get; set; }
Property Value
Type Description
System.String

Recipient middle name

TransferredAmountFrom

Declaration
[DataMember(EmitDefaultValue = false)]
public decimal? TransferredAmountFrom { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Transferred amount - from

TransferredAmountTo

Declaration
[DataMember(EmitDefaultValue = false)]
public decimal? TransferredAmountTo { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Transferred amount - to

Back to top Generated by DocFX