removed withdraw from struct name:

This commit is contained in:
Andrew Jackson
2019-12-13 08:36:07 +11:00
parent b8e8c25f78
commit 9178dbcc61
59 changed files with 117 additions and 117 deletions

View File

@@ -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