Sha256: c399c372ecdcaaec776ba8d6d5b4152b805fe0b4859b70ce321fd4bf54d2d321
Contents?: true
Size: 450 Bytes
Versions: 16
Compression:
Stored size: 450 Bytes
Contents
# MoneyKit::TransactionDiff ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created** | [**Array<Transaction>**](Transaction.md) | | | | **updated** | [**Array<Transaction>**](Transaction.md) | | | | **removed** | **Array<String>** | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::TransactionDiff.new( created: null, updated: null, removed: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems