Sha256: d9385c690c4867039b398555c855728b0a02aa13f82e9e2f4a35533bab15c7dc
Contents?: true
Size: 452 Bytes
Versions: 5
Compression:
Stored size: 452 Bytes
Contents
# MoneyKit::TransactionCategoryResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **value** | **String** | Transaction category | | | **confidence** | **Integer** | Confidence score. Estimated accuracy of this data point (as a percentage). | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::TransactionCategoryResponse.new( value: food_and_drink, confidence: 99 ) ```
Version data entries
5 entries across 5 versions & 1 rubygems