Sha256: 155d2c46451ad9c0fa55bfd990a08321ee60e25347ea206c672e7c2a7bf64f7c

Contents?: true

Size: 667 Bytes

Versions: 5

Compression:

Stored size: 667 Bytes

Contents

# MoneyKit::TransactionProcessorResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | Unique identifier for the processor | [optional] |
| **name** | **String** | Processor name | [optional] |
| **logo** | **String** | Processor logo URL | [optional] |
| **confidence** | **Integer** | Confidence score. Estimated accuracy of this data point (as a percentage). | [optional] |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::TransactionProcessorResponse.new(
  id: a0822a4f-a59b-4fc9-a768-d880da5bd090,
  name: Square,
  logo: https://example.com/square.png,
  confidence: 99
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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