Sha256: 3605c0caa36447d611eecd9d614299eb2758b2e341de953702d675aeab6d281c
Contents?: true
Size: 732 Bytes
Versions: 53
Compression:
Stored size: 732 Bytes
Contents
# UltracartClient::OrderRefundableResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **refundable** | **Boolean** | Whether the order is refundable or not. Null should be interpreted as false. | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderRefundableResponse.new( error: null, metadata: null, refundable: null, success: null, warning: null ) ```
Version data entries
53 entries across 53 versions & 1 rubygems