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