CreditLineInfoType

CreditLineInfoType class

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

public class CreditLineInfoType

Constructors

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

Properties

NameDescription
AutoPay { get; set; }Gets or sets whether automatic payments are setup for this account.
CreditLimit { get; set; }Gets or sets the current credit limit.
InterestAmount { get; set; }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.
LastPmtInfo { get; set; }Gets or sets the LastPmtInfoType.
LateFeeAmount { get; set; }Gets or sets the amount of MinPaymentDue, if any, which reflects late fees.
LoanDetail { get; set; }Gets or sets the LoanDetailType.
MinPaymentDue { get; set; }Gets or sets the minimum amount due.
PastDueAmount { get; set; }Gets or sets the amount of MinPaymentDue, if any, which reflects a past due amount.
PaymentDueDate { get; set; }Gets or sets the payment due date.

See Also