 |
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
Syntaxpublic Nullable<decimal> InstallmentDownPayment { get; set; }
Public Property InstallmentDownPayment As Nullable(Of Decimal)
Get
Set
Dim instance As TransactionV1
Dim value As Nullable(Of Decimal)
value = instance.InstallmentDownPayment
instance.InstallmentDownPayment = value
Property Value
Type:
NullableDecimal
InstallmentDownPayment As Decimal?.
Remarks Note |
---|
- Name - InstallmentDownPayment
- Required On Insert - False
- Required On Update - False
- Allow Negatives - True
- Integral Digits - 15
- Ignored On Update - True
|
See Also