Sha256: 8b15ef896194158976abfc9f60f021b748d586241391f85b109914092d4fadea

Contents?: true

Size: 694 Bytes

Versions: 1

Compression:

Stored size: 694 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. | [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

1 entries across 1 versions & 1 rubygems

Version Path
ultracart_api-4.0.82.rc docs/OrderRefundableResponse.md