SyncteraRubySdk::PatchInterest
Properties
| Name |
Type |
Description |
Notes |
| accrual_payout_schedule |
AccrualPayoutSchedule |
|
[optional] |
| calculation_method |
CalculationMethod |
|
[optional] |
| description |
String |
User provided description for the current interest. |
[optional] |
| id |
String |
Interest ID |
[optional][readonly] |
| product_type |
String |
|
|
| rates |
Array<RateDetails> |
A list of interest rate. Date intervals between valid_from and valid_to expect to have no overlap. |
[optional] |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::PatchInterest.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
)