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

ConstructorDescription
CreditLineInfoType()Initializes a new instance of CreditLineInfoType class.

Properties

PropertyDescription
credit_limitGets or sets the current credit limit.
payment_due_dateGets or sets the payment due date.
min_payment_dueGets or sets the minimum amount due.
interest_amountGets 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_amountGets or sets the amount of MinPaymentDue, if any, which reflects a past due amount.
late_fee_amountGets or sets the amount of MinPaymentDue, if any, which reflects late fees.
auto_payGets or sets whether automatic payments are setup for this account.
last_pmt_infoGets or sets the LastPmtInfoType.
loan_detailGets or sets the LoanDetailType.

See Also