 |
TransactionV1InstallmentCycles Property |
InstallmentCycles defaults when blank. When InstallmentType is Custom, it defaults to 1. 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: 2020.1.0.1
Syntaxpublic Nullable<int> InstallmentCycles { get; set; }
Public Property InstallmentCycles As Nullable(Of Integer)
Get
Set
Dim instance As TransactionV1
Dim value As Nullable(Of Integer)
value = instance.InstallmentCycles
instance.InstallmentCycles = value
Property Value
Type:
NullableInt32
InstallmentCycles As Integer?.
Remarks Note |
---|
- Name - InstallmentCycles
- Is Identity - False
- Required On Insert - False
- Required On Update - False
- Min Value - 1
- MaxValue - 400
- Ignored On Update - True
|
See Also