Sha256: 0d2108a71940182d7ad4b8d7ca600a53b5557c246f43d55f5a3e403737abfaed
Contents?: true
Size: 1.54 KB
Versions: 4
Compression:
Stored size: 1.54 KB
Contents
# SyncteraRubySdk::TemplateFieldsLineOfCredit ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_type** | [**AccountType**](AccountType.md) | | | | **bank_country** | **String** | Bank country of the account. ISO 3166-1 Alpha-2 or Alpha-3 country code. | | | **currency** | **String** | Account currency. ISO 4217 alphabetic currency code | | | **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::TemplateFieldsLineOfCredit.new( account_type: null, bank_country: US, currency: USD, 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