 |
ReceiptProcessOutstandingPaymentsValue Property |
Used to expose properties contained in the ProcessOutstandingPayments section from Epic.
Created in Epic SDK 2020.
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 ProcessOutstandingPayments ProcessOutstandingPaymentsValue { get; set; }
Public Property ProcessOutstandingPaymentsValue As ProcessOutstandingPayments
Get
Set
Dim instance As Receipt
Dim value As ProcessOutstandingPayments
value = instance.ProcessOutstandingPaymentsValue
instance.ProcessOutstandingPaymentsValue = value
Property Value
Type:
ProcessOutstandingPayments
ProcessOutstandingPaymentsValue As Other.
Remarks Note |
---|
- Name - ProcessOutstandingPaymentsValue
|
See Also