Sha256: 14013013b4435a9562aa618efedebeae439be2db026082110fdd8ce9e364dff1
Contents?: true
Size: 575 Bytes
Versions: 11
Compression:
Stored size: 575 Bytes
Contents
# MxPlatformRuby::EnhanceTransactionsRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Float** | | [optional] | | **description** | **String** | | | | **id** | **String** | | | | **merchant_category_code** | **Integer** | | [optional] | | **type** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::EnhanceTransactionsRequest.new( amount: 21.33, description: IN-N-OUT BURGER, id: ID-123, merchant_category_code: 123, type: DEBIT ) ```
Version data entries
11 entries across 11 versions & 1 rubygems