aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/src')
-rw-r--r--packages/taler-util/src/http-client/types.ts13
1 files changed, 6 insertions, 7 deletions
diff --git a/packages/taler-util/src/http-client/types.ts b/packages/taler-util/src/http-client/types.ts
index a5659954d..9024a95d0 100644
--- a/packages/taler-util/src/http-client/types.ts
+++ b/packages/taler-util/src/http-client/types.ts
@@ -2208,13 +2208,6 @@ export namespace TalerCorebankApi {
// still change the suggestion.
// @since **vC2EC**
suggested_amount?: AmountString;
-
- // The non-Taler card fees the customer will have
- // to pay to the account owner, bank and/or
- // payment service provider
- // they are using to make this withdrawal.
- // @since **vC2EC**
- card_fees?: AmountString;
}
export interface BankAccountCreateWithdrawalResponse {
@@ -2236,6 +2229,12 @@ export namespace TalerCorebankApi {
// (raw amount without fee considerations).
amount?: AmountString;
+ // Suggestion for the amount to be withdrawn with this
+ // operation. Given if a suggestion was made but the
+ // user may still change the amount.
+ // Optional since **vC2EC**.
+ suggested_amount?: AmountString;
+
// Account username
username: string;