 |
OutstandingPaymentOutstandingPaymentAccountLookupCode Property |
Used to specify the BllToLookupCode.
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 OutstandingPaymentAccountLookupCode { get; set; }
Public Property OutstandingPaymentAccountLookupCode As String
Get
Set
Dim instance As OutstandingPayment
Dim value As String
value = instance.OutstandingPaymentAccountLookupCode
instance.OutstandingPaymentAccountLookupCode = value
Property Value
Type:
String
OutstandingPaymentAccountLookupCode As String.
Remarks Note |
---|
- Name - OutstandingPaymentAccountLookupCode
- Lookup - ReceiptDetailItemAccount
- Auto Validated - True
|
See Also