Sha256: 31a4909b6dc032871d15c68e1d51769ac06f4ac3d72b45fd21e6a8f2aec25914
Contents?: true
Size: 616 Bytes
Versions: 99
Compression:
Stored size: 616 Bytes
Contents
# UltracartClient::OrderReason ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **default_reason** | **Boolean** | Default reason | [optional] | | **description** | **String** | Reason description. This is the friendly description of the reason that should be displayed to the user. | [optional] | | **value** | **String** | Reason value. This is what should be submitted with a refund operation. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderReason.new( default_reason: null, description: null, value: null ) ```
Version data entries
99 entries across 99 versions & 1 rubygems