 |
TransactionV1InstallmentsValue Property |
Used to expose installment information used to insert installment transactions. Object is ignored for payment transactions.
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 InstallmentItems InstallmentsValue { get; set; }
Public Property InstallmentsValue As InstallmentItems
Get
Set
Dim instance As TransactionV1
Dim value As InstallmentItems
value = instance.InstallmentsValue
instance.InstallmentsValue = value
Property Value
Type:
InstallmentItems
InstallmentsValue As Other.
Remarks Note |
---|
- Name - InstallmentsValue
- Ignored On Update - True
|
See Also