# UltracartClient::AccountsReceivableRetryTransactionReject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Transaction response name | [optional] | | **value** | **String** | Transaction response value | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::AccountsReceivableRetryTransactionReject.new( name: null, value: null ) ```