Sha256: 6508e5fff2bf48184e88bda9af87db480e85e18eb6a3bd94355cf92d163fa980

Contents?: true

Size: 1.24 KB

Versions: 4

Compression:

Stored size: 1.24 KB

Contents

# SyncteraRubySdk::TemplateFieldsLineOfCreditAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **chargeoff_period** | **Integer** | The number of days an account can stay delinquent before marking an account as charged-off.  | [optional][default to 90] |
| **delinquency_period** | **Integer** | The number of days past the due date to wait for a minimum payment before marking an account as delinquent.  | [optional][default to 30] |
| **grace_period** | **Integer** | The number of days past the billing period to allow for payment before it is considered due. This directly infers the due date for a payment. The default will be set to 21 days.  | [optional][default to 21] |
| **interest_product_id** | **String** | An interest account product that the current account associates with. The account product must have its calculation_method set to COMPOUNDED_DAILY.  | [optional] |
| **minimum_payment** | [**MinimumPaymentPartial**](MinimumPaymentPartial.md) |  |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::TemplateFieldsLineOfCreditAllOf.new(
  chargeoff_period: null,
  delinquency_period: null,
  grace_period: null,
  interest_product_id: null,
  minimum_payment: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/TemplateFieldsLineOfCreditAllOf.md
synctera_ruby_sdk-1.1.2 docs/TemplateFieldsLineOfCreditAllOf.md
synctera_ruby_sdk-1.1.1 docs/TemplateFieldsLineOfCreditAllOf.md
synctera_ruby_sdk-1.0.0 docs/TemplateFieldsLineOfCreditAllOf.md