SyncteraRubySdk::Interest

Properties

Name Type Description Notes
accrual_payout_schedule AccrualPayoutSchedule
calculation_method CalculationMethod
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.

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::Interest.new(
  accrual_payout_schedule: null,
  calculation_method: null,
  description: The rate is designed for high interest saving .,
  id: null,
  product_type: null,
  rates: null
)