|  | 
| PaymentPaymentReceivedDate Property  | 
 
   Payment Received Date
Created in Epic SDK 2017 R2.
   ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
 Syntax
Syntaxpublic Nullable<DateTime> PaymentReceivedDate { get; set; }Public Property PaymentReceivedDate As Nullable(Of DateTime)
	Get
	Set
Dim instance As Payment
Dim value As Nullable(Of DateTime)
value = instance.PaymentReceivedDate
instance.PaymentReceivedDate = value
Property Value
Type: 
NullableDateTime
  PaymentReceivedDate As Date?.
 
 Remarks
Remarks|  Note | 
|---|
| Name -  PaymentReceivedDate
 | 
 See Also
See Also