CreditLineInfoType class

CreditLineInfoType class

Collection of information providing additional information for CREDITLINE accounts. Not used for other account types.

The CreditLineInfoType type exposes the following members:

Constructors

Constructor Description
CreditLineInfoType() Initializes a new instance of CreditLineInfoType class.

Properties

Property Description
credit_limit Gets or sets the current credit limit.
payment_due_date Gets or sets the payment due date.
min_payment_due Gets or sets the minimum amount due.
interest_amount Gets or sets the amount of MinPaymentDue, if any, which reflects interest on a loan. Only returned if loan accounts were mapped to CREDITLINE account type during implementation.
past_due_amount Gets or sets the amount of MinPaymentDue, if any, which reflects a past due amount.
late_fee_amount Gets or sets the amount of MinPaymentDue, if any, which reflects late fees.
auto_pay Gets or sets whether automatic payments are setup for this account.
last_pmt_info Gets or sets the LastPmtInfoType.
loan_detail Gets or sets the LoanDetailType.

See Also