Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 960 Bytes

PatchInterest.md

File metadata and controls

28 lines (22 loc) · 960 Bytes

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

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