Sha256: 00bfb5752d74d7ff3ed072ecb65f745bb883ffe19b73d9cbf502ab15bbc0bf4b
Contents?: true
Size: 668 Bytes
Versions: 5
Compression:
Stored size: 668 Bytes
Contents
# MoneyKit::TransactionMerchantResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Unique identifier for the merchant | [optional] | | **name** | **String** | Merchant name | [optional] | | **logo** | **String** | Merchant logo URL | [optional] | | **confidence** | **Integer** | Confidence score. Estimated accuracy of this data point (as a percentage). | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::TransactionMerchantResponse.new( id: a0822a4f-a59b-4fc9-a768-d880da5bd090, name: Starbucks, logo: https://example.com/starbucks.png, confidence: 99 ) ```
Version data entries
5 entries across 5 versions & 1 rubygems