Show / Hide Table of Contents

Class TPayInfo

This class has information related to payment date, place and notification

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

Properties

Notification

Declaration
[DataMember(EmitDefaultValue = false)]
public TNotification Notification { get; set; }
Property Value
Type Description
TNotification

Notification details

PayDateAndPlace

Declaration
[DataMember(EmitDefaultValue = false)]
public TDateAndPlace PayDateAndPlace { get; set; }
Property Value
Type Description
TDateAndPlace

Payment date and place details

PaymentDetails

Declaration
[DataMember(IsRequired = false, EmitDefaultValue = false)]
public TPaymentDetails PaymentDetails { get; set; }
Property Value
Type Description
TPaymentDetails

Payment detailed info

Back to top Generated by DocFX