docs/OrderRefundableResponse.md in ultracart_api-4.0.82.rc vs docs/OrderRefundableResponse.md in ultracart_api-4.0.83.rc
- old
+ new
@@ -4,10 +4,10 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **error** | [**Error**](Error.md) | | [optional] |
| **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] |
-| **refundable** | **Boolean** | Whether the order is refundable or not. | [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