 |
PaymentPaymentReceivedDate Property |
Payment Received Date
Created in Epic SDK 2017 R2.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
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 Note |
---|
- Name - PaymentReceivedDate
|
See Also