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: |
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 |