# openapi.model.OrderRefundEntity

## Load the model package
```dart
import 'package:openapi/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** | Unique identifier | [optional] 
**createdAt** | [**DateTime**](DateTime.md) |  | [optional] 
**updatedAt** | [**DateTime**](DateTime.md) |  | [optional] 
**orderId** | **num** |  | [optional] 
**orderRefundId** | **String** |  | [optional] 
**shippingRefundAmount** | **num** | Shpping cost for this refund | 
**totalRefundAmount** | **num** | Total refunded amount (including shipping) | 
**reason** | **String** | The reason why it is refunded | 
**details** | [**BuiltList&lt;RefundDetailEntity&gt;**](RefundDetailEntity.md) |  | [optional] 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


