diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-07-02 22:01:57 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-07-02 22:01:57 +0200 |
commit | 428abf88be80be73ae495e6cd79345e46cece515 (patch) | |
tree | ed2bf279b19e00681a81c197b326778d67754580 /src/include | |
parent | e04cb7542503cccc000e5cc9aba4cb6f50ddaf6b (diff) |
polishing tip CMD
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchant_service.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index 0f30aabe..0a87b184 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -1005,6 +1005,11 @@ struct TALER_MERCHANT_TipQueryOperation; * @param http_status HTTP status code for this request * @param ec Taler-specific error code * @param raw raw response body + * @param reserve_expiration when the tip reserve will expire + * @param reserve_pub tip reserve public key + * @param amount_authorized total amount authorized on tip reserve + * @param amount_available total amount still available on tip reserve + * @param amount_picked_up total amount picked up from tip reserve */ typedef void (*TALER_MERCHANT_TipQueryCallback) (void *cls, |