Sha256: 054e33ffd6f8c8ca4b7148f14ccc08e03951d6a228535eef149a163e157e2c11
Contents?: true
Size: 943 Bytes
Versions: 4
Compression:
Stored size: 943 Bytes
Contents
# SyncteraRubySdk::Interest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accrual_payout_schedule** | [**AccrualPayoutSchedule**](AccrualPayoutSchedule.md) | | | | **calculation_method** | [**CalculationMethod**](CalculationMethod.md) | | | | **description** | **String** | User provided description for the current interest. | [optional] | | **id** | **String** | Interest ID | [optional][readonly] | | **product_type** | **String** | | | | **rates** | [**Array<RateDetails>**](RateDetails.md) | A list of interest rate. Date intervals between valid_from and valid_to expect to have no overlap. | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::Interest.new( accrual_payout_schedule: null, calculation_method: null, description: The rate is designed for high interest saving account., id: null, product_type: null, rates: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
synctera_ruby_sdk-1.1.3 | docs/Interest.md |
synctera_ruby_sdk-1.1.2 | docs/Interest.md |
synctera_ruby_sdk-1.1.1 | docs/Interest.md |
synctera_ruby_sdk-1.0.0 | docs/Interest.md |