Sha256: 17400ebc751fe525256416af7e3f6dbda0011f4b11a5902f48d3895c62520bef
Contents?: true
Size: 714 Bytes
Versions: 4
Compression:
Stored size: 714 Bytes
Contents
# SyncteraRubySdk::RateDetails ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accrual_period** | **String** | How often interest gets calculated against the balance. Note: although two options are displayed here, only DAILY is supported at the moment. | | | **rate** | **Integer** | Rate in basis points. E.g. 5 represents 0.05% | | | **valid_from** | **Date** | Rate effective start date. Inclusive. | | | **valid_to** | **Date** | Rate effective end date. Exclusive. | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::RateDetails.new( accrual_period: null, rate: null, valid_from: null, valid_to: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
synctera_ruby_sdk-1.1.3 | docs/RateDetails.md |
synctera_ruby_sdk-1.1.2 | docs/RateDetails.md |
synctera_ruby_sdk-1.1.1 | docs/RateDetails.md |
synctera_ruby_sdk-1.0.0 | docs/RateDetails.md |