Click or drag to resize

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: 2021.1.0.1
Syntax
public Nullable<int> InstallmentCycles { get; set; }

Property Value

Type: NullableInt32
InstallmentCycles As Integer?.
Remarks
Note 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