 |
OutstandingPaymentOutstandingPaymentLineId Property |
Used to specify the Outstanding Payment Line ID.
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 Nullable<int> OutstandingPaymentLineId { get; set; }
Public Property OutstandingPaymentLineId As Nullable(Of Integer)
Get
Set
Dim instance As OutstandingPayment
Dim value As Nullable(Of Integer)
value = instance.OutstandingPaymentLineId
instance.OutstandingPaymentLineId = value
Property Value
Type:
NullableInt32
OutstandingPaymentLineId As Integer?.
Remarks Note |
---|
- Name - OutstandingPaymentLineId
- Is Identity - True
- Required On Insert - False
- Required On Update - False
|
See Also