 |
TransactionV1InstallmentPlanID Property |
A Unique identifier is necessary because description can have duplicates. Installment plan must be blank when InstallmentType is Custom. Only used if BasicInstallmentOption is Installment.
Created in Epic SDK V6.0.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic string InstallmentPlanID { get; set; }
Public Property InstallmentPlanID As String
Get
Set
Dim instance As TransactionV1
Dim value As String
value = instance.InstallmentPlanID
instance.InstallmentPlanID = value
Property Value
Type:
String
InstallmentPlanID As String.
Remarks Note |
---|
- Name - InstallmentPlanID
- Lookup - InstallmentPlan
- Auto Validated - True
- Ignored On Update - True
|
See Also