Sha256: adb0c3a34cac4126fa184000783caeaac183712a93e9ce13cf88e076db3358d0
Contents?: true
Size: 625 Bytes
Versions: 7
Compression:
Stored size: 625 Bytes
Contents
# OpenapiClient::ClearingElement ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **brand** | **String** | Contains the brand of the card. | [optional] **value** | **Integer** | Holds the total clearing value computed for a specific brand. | [optional] **count** | **Integer** | Specifies the amount of clearing elements for a given brand. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::ClearingElement.new(brand: VISA, value: 1234, count: 1234) ```
Version data entries
7 entries across 7 versions & 1 rubygems