diff --git a/feerefund.go b/feerefund.go index cf6e007d1b..9d1ffa546b 100644 --- a/feerefund.go +++ b/feerefund.go @@ -26,7 +26,7 @@ type FeeRefund struct { BalanceTransaction *BalanceTransaction `json:"balance_transaction"` Created int64 `json:"created"` Currency Currency `json:"currency"` - Fee string `json:"fee"` + Fee *ApplicationFee `json:"fee"` ID string `json:"id"` Metadata map[string]string `json:"metadata"` }