Skip to content

Commit

Permalink
update docs for UserWithdrawalFees
Browse files Browse the repository at this point in the history
  • Loading branch information
zmxv committed Aug 4, 2019
1 parent 1eb5bba commit ee68304
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ Class | Method | HTTP request | Description
- [User](docs/User.md)
- [UserCommission](docs/UserCommission.md)
- [UserPreferences](docs/UserPreferences.md)
- [UserWithdrawalFees](docs/UserWithdrawalFees.md)
- [Wallet](docs/Wallet.md)


Expand Down
4 changes: 2 additions & 2 deletions docs/UserApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ This endpoint does not need any parameter.
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

# **UserMinWithdrawalFee**
> interface{} UserMinWithdrawalFee(ctx, optional)
> UserWithdrawalFees UserMinWithdrawalFee(ctx, optional)
Get the minimum withdrawal fee for a currency.

This is changed based on network conditions to ensure timely withdrawals. During network congestion, this may be high. The fee is returned in the same currency.
Expand All @@ -507,7 +507,7 @@ Name | Type | Description | Notes

### Return type

[**interface{}**](interface{}.md)
[**UserWithdrawalFees**](UserWithdrawalFees.md)

### Authorization

Expand Down
11 changes: 11 additions & 0 deletions docs/UserWithdrawalFees.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# UserWithdrawalFees

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Currency** | **string** | Currency symbol | [optional] [default to null]
**Fee** | **int** | Recommended withdrawal fee | [optional] [default to null]
**MinFee** | **int** | Minimum withdrawal fee | [optional] [default to null]
**MaxFee** | **int** | Maximum withdrawal fee | [optional] [default to null]

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

0 comments on commit ee68304

Please sign in to comment.