Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 920 Bytes

Interest.md

File metadata and controls

28 lines (22 loc) · 920 Bytes

Synctera::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'

instance = Synctera::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
)