Click or drag to resize

TransactionV1InstallmentDownPayment Property

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<decimal> InstallmentDownPayment { get; set; }

Property Value

Type: NullableDecimal
InstallmentDownPayment As Decimal?.
Remarks
Note Note
  • Name - InstallmentDownPayment
  • Required On Insert - False
  • Required On Update - False
  • Allow Negatives - True
  • Integral Digits - 15
  • Ignored On Update - True
See Also