 |
OutstandingPaymentTransactionCode Property |
Used to specify the Transaction Code.
Created in Epic SDK 2021.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Receipt
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntaxpublic string TransactionCode { get; set; }
Public Property TransactionCode As String
Get
Set
Dim instance As OutstandingPayment
Dim value As String
value = instance.TransactionCode
instance.TransactionCode = value
Property Value
Type:
String
TransactionCode As String.
Remarks Note |
---|
- Name - TransactionCode
- Length - -1
- Accepts Multiple Lines - False
- Required On Insert - False
- Required On Update - False
|
See Also