14 lines
627 B
Markdown
14 lines
627 B
Markdown
|
# RefundStatusResponse
|
|||
|
|
|||
|
## Properties
|
|||
|
|
|||
|
Name | Type | Description | Notes
|
|||
|
------------ | ------------- | ------------- | -------------
|
|||
|
**result** | **i32** | Request result (digit; 1 – correct, 0 - incorrect) |
|
|||
|
**chargebacks** | Option<[**Vec<crate::models::ChargebackStatus>**](chargeback_status.md)> | Chargebacks associated to transaction | [optional]
|
|||
|
**err** | Option<[**crate::models::TransactionErrorCodes**](transaction_error_codes.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)
|
|||
|
|
|||
|
|