Sha256: 4356f3e7cd1ebb539df81a4f9b08fd238c57d30b98e5b7435d09e69361adce29

Contents?: true

Size: 846 Bytes

Versions: 5

Compression:

Stored size: 846 Bytes

Contents

# MoneyKit::TransactionEnrichmentResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **category** | [**TransactionCategoryResponse**](TransactionCategoryResponse.md) |  |  |
| **subcategory** | [**TransactionSubcategoryResponse**](TransactionSubcategoryResponse.md) |  | [optional] |
| **merchant** | [**TransactionMerchantResponse**](TransactionMerchantResponse.md) |  | [optional] |
| **processor** | [**TransactionProcessorResponse**](TransactionProcessorResponse.md) |  | [optional] |
| **recurrence** | [**TransactionRecurrenceResponse**](TransactionRecurrenceResponse.md) |  | [optional] |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::TransactionEnrichmentResponse.new(
  category: null,
  subcategory: null,
  merchant: null,
  processor: null,
  recurrence: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
moneykit-0.1.15 docs/TransactionEnrichmentResponse.md
moneykit-0.1.14 docs/TransactionEnrichmentResponse.md
moneykit-0.1.13 docs/TransactionEnrichmentResponse.md
moneykit-0.1.12 docs/TransactionEnrichmentResponse.md
moneykit-0.1.11 docs/TransactionEnrichmentResponse.md