# openapi.model.GetOrderRefundedDto

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** |  | 
**orderId** | **num** |  | 
**shippingRefundAmount** | **num** |  | [optional] 
**totalRefundAmount** | **num** |  | [optional] 
**reason** | **String** |  | [optional] 
**details** | [**BuiltList&lt;GetOrderProductsDto&gt;**](GetOrderProductsDto.md) |  | [optional] 
**statuses** | [**BuiltList&lt;RefundsStatusesEntity&gt;**](RefundsStatusesEntity.md) |  | [optional] 
**createdAt** | [**DateTime**](DateTime.md) |  | [optional] 
**updatedAt** | [**DateTime**](DateTime.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)


