|  | 
| PaymentPaymentID Property  | 
 
   Payment ID
Created in Epic SDK 2017 R2.
Required
   ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
 Syntax
Syntaxpublic string PaymentID { get; set; }Public Property PaymentID As String
	Get
	Set
Dim instance As Payment
Dim value As String
value = instance.PaymentID
instance.PaymentID = value
Property Value
Type: 
String
  PaymentID As String.
 
 Remarks
Remarks|  Note | 
|---|
| Name -  PaymentIDLength -  20Required On Insert -  TrueRequired On Update -  True
 | 
 See Also
See Also