 |
TransactionV1InstallmentNumber Property |
Only seen for Installment transaction.
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 Nullable<int> InstallmentNumber { get; set; }
Public Property InstallmentNumber As Nullable(Of Integer)
Get
Set
Dim instance As TransactionV1
Dim value As Nullable(Of Integer)
value = instance.InstallmentNumber
instance.InstallmentNumber = value
Property Value
Type:
NullableInt32
InstallmentNumber As Integer?.
Remarks Note |
---|
- Name - InstallmentNumber
- Is Identity - False
- Required On Insert - False
- Required On Update - False
- Min Value - 0
- MaxValue - 2147483647
- Ignored On Update - True
|
See Also