Click or drag to resize

InstallmentItem Class

This object represents an item on the last screen that is shown when adding an installment transaction.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.TransactionInstallmentItem
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 sealed class InstallmentItem

The InstallmentItem type exposes the following members.

Properties
  NameDescription
Public propertyAccountingMonth

Accounting Month

Required

Public propertyAmount
Amount
Public propertyARDueDate
AR Due Date
Public propertyDescription

Description

Required

Public propertyEffectiveDate
Effective Date
Public propertyGenerateInvoice
Generate Invoice
Public propertyGenerateInvoiceDate
Generate Invoice Date
Public propertyInstallmentNumber

Installment Number

Read Only

Public propertyInstallmentType

Installment Type

Read Only

Public propertyInvoiceGrouping
Invoice Grouping
Public propertyInvoiceGroupingExistingInvoiceNumber

Invoice Grouping Existing Invoice Number

Required if GenerateInvoice is true and InvoiceGrouping is set to "Existing Invoice"

Public propertyInvoiceMessage
Invoice Message
Public propertyProductionMonth

Production Month

Required

Public propertyTransaction

Transaction

Read Only

Top
Remarks
It was decided not to have batch number since the user can go by index number.
See Also