Sha256: 6a6fe1a73f4dde23df67835c290b11181e826bee9d420f5015da2fe8f4560f8f

Contents?: true

Size: 806 Bytes

Versions: 4

Compression:

Stored size: 806 Bytes

Contents

# Plaid::APR

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **apr_percentage** | **Float** | Annual Percentage Rate applied.  |  |
| **apr_type** | **String** | The type of balance to which the APR applies. |  |
| **balance_subject_to_apr** | **Float** | Amount of money that is subjected to the APR if a balance was carried beyond payment due date. How it is calculated can vary by card issuer. It is often calculated as an average daily balance. | [optional] |
| **interest_charge_amount** | **Float** | Amount of money charged due to interest from last statement. | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::APR.new(
  apr_percentage: null,
  apr_type: null,
  balance_subject_to_apr: null,
  interest_charge_amount: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/APR.md
plaid-14.0.0.beta.3 docs/APR.md
plaid-14.0.0.beta.2 docs/APR.md
plaid-14.0.0.beta.1 docs/APR.md