mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-31 15:10:42 +00:00
removed withdraw from struct name:
This commit is contained in:
@@ -23,8 +23,8 @@ type CryptoRequest struct {
|
||||
FeeAmount float64
|
||||
}
|
||||
|
||||
// FiatWithdrawRequest used for fiat withdrawal requests
|
||||
type FiatWithdrawRequest struct {
|
||||
// FiatRequest used for fiat withdrawal requests
|
||||
type FiatRequest struct {
|
||||
GenericInfo
|
||||
// FIAT related information
|
||||
BankAccountName string
|
||||
|
||||
Reference in New Issue
Block a user