Show / Hide Table of Contents

Class TNotification

This class has information related to notification

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

Properties

Channel

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

Communication method or check for payment. The following are valid codes:
M – Ordinary mail,
R – Registered mail,
I – Insured mail
X – Express mail or EMS,
F – Fax,
P – Phone,
E – E-Mail,
C – Check

DocNo

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

Reference number of the notification document if by fax or mail, or check number if payment is made by check

Back to top Generated by DocFX