<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FinanceKit",
  "identifier" : "/documentation/FinanceKit/AccountCreditInformation",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "FinanceKit"
    ],
    "preciseIdentifier" : "s:10FinanceKit24AccountCreditInformationV"
  },
  "title" : "AccountCreditInformation"
}
-->

# AccountCreditInformation

A structure that describes the credit information associated with an account.

```
struct AccountCreditInformation
```

## Overview

Credit information includes credit limits, payment dates, and minimum payment dates and amounts for current and upcoming payments.

## Topics

### Instance Properties

[`let creditLimit: CurrencyAmount?`](/documentation/FinanceKit/AccountCreditInformation/creditLimit)

The credit limit of the account.

[`let minimumNextPaymentAmount: CurrencyAmount?`](/documentation/FinanceKit/AccountCreditInformation/minimumNextPaymentAmount)

Minimum amount of the next non-overdue payment.

[`let nextPaymentDueDate: Date?`](/documentation/FinanceKit/AccountCreditInformation/nextPaymentDueDate)

Date of the next payment.

[`let overduePaymentAmount: CurrencyAmount?`](/documentation/FinanceKit/AccountCreditInformation/overduePaymentAmount)

The amount by which the account is overdue for the current period.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`Encodable`](/documentation/Swift/Encodable)

[`Decodable`](/documentation/Swift/Decodable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)