Sha256: 13f9222cc1293ced23524eaf094216429ea000efd07afb030635698eaf7042bd
Contents?: true
Size: 789 Bytes
Versions: 59
Compression:
Stored size: 789 Bytes
Contents
# MxPlatformRuby::EnhanceTransactionsRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Float** | | [optional] | | **description** | **String** | | | | **extended_transaction_type** | **String** | | [optional] | | **id** | **String** | | | | **memo** | **String** | | [optional] | | **merchant_category_code** | **Integer** | | [optional] | | **type** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::EnhanceTransactionsRequest.new( amount: 21.33, description: ubr* pending.uber.com, extended_transaction_type: partner_transaction_type, id: ID-123, memo: Additional-information*on_transaction, merchant_category_code: 4121, type: DEBIT ) ```
Version data entries
59 entries across 59 versions & 1 rubygems