Sha256: 78485e581ba389da3bb4ba295848ba5188019dbf8505c3870a3dc6af982fa363
Contents?: true
Size: 468 Bytes
Versions: 5
Compression:
Stored size: 468 Bytes
Contents
# MoneyKit::TransactionRecurrenceResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **frequency** | **String** | Frequency of the recurring transaction | [optional] | | **next_predicted_date** | **Date** | Predicted date of next transaction | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::TransactionRecurrenceResponse.new( frequency: monthly, next_predicted_date: 2024-08-03 ) ```
Version data entries
5 entries across 5 versions & 1 rubygems