Sha256: 82c4ba0d02c728917f3eb1f66cedc2c37ec0d5ef42da6b67fba477899c997ab7
Contents?: true
Size: 1.61 KB
Versions: 18
Compression:
Stored size: 1.61 KB
Contents
# UltracartClient::OrderRefundableResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | [**Error**](Error.md) | | [optional] **item_level_refund_reason_required** | **BOOLEAN** | True if the item level refund reason is required | [optional] **item_level_refund_reasons** | [**Array<OrderReason>**](OrderReason.md) | Reason codes available at the item level. | [optional] **item_level_return_reasons** | [**Array<OrderReason>**](OrderReason.md) | Return codes available at the item level. | [optional] **manual_because_multiple_charges** | **BOOLEAN** | If true, this refund will have to be manually done because of additional charges with the virtual terminal were made | [optional] **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] **order_level_refund_reason_required** | **BOOLEAN** | True if the order level refund reason is required | [optional] **order_level_refund_reasons** | [**Array<OrderReason>**](OrderReason.md) | Reason codes available at the order level. | [optional] **order_level_reject_reason_required** | **BOOLEAN** | True if the order level reject reason is required | [optional] **order_level_reject_reasons** | [**Array<OrderReason>**](OrderReason.md) | Reject codes available at the order level. | [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]
Version data entries
18 entries across 18 versions & 1 rubygems