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