 |
ProcessOutstandingPaymentsOutstandingPaymentValue Property |
Used to expose properties contained in the OutstandingPayments section from Epic.
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: 2021.2.0.769
Syntaxpublic OutstandingPayments OutstandingPaymentValue { get; set; }
Public Property OutstandingPaymentValue As OutstandingPayments
Get
Set
Dim instance As ProcessOutstandingPayments
Dim value As OutstandingPayments
value = instance.OutstandingPaymentValue
instance.OutstandingPaymentValue = value
Property Value
Type:
OutstandingPayments
OutstandingPaymentValue As Other.
Remarks Note |
---|
- Name - OutstandingPaymentValue
|
See Also