summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-23 23:43:01 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-23 23:43:08 +0200
commit5f7230811d692254e314728bc1cbc0007deb08e2 (patch)
tree99658fd96c95e34c9535505af6290d1c4006c299 /src/include/taler_merchant_service.h
parent65679c3363d02b94a31dd1f637eb818d80c87289 (diff)
downloadmerchant-5f7230811d692254e314728bc1cbc0007deb08e2.tar.gz
merchant-5f7230811d692254e314728bc1cbc0007deb08e2.tar.bz2
merchant-5f7230811d692254e314728bc1cbc0007deb08e2.zip
more doxygen fixes
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index d71100b6..e1155ec9 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -3391,9 +3391,13 @@ struct TALER_MERCHANT_PickupDetail
*
* @param cls closure
* @param hr HTTP response details
+ * @param total_authorized how many tips were authorized under this tip
+ * @param total_picked_up how many tips have been picked up
+ * @param reason what was the reason given for the tip
* @param expiration when the tip will expire
- * @param exchange_url exchange from which the coins should be withdrawn
- * @param amount_remaining total amount still available for the tip
+ * @param reserve_pub which reserve is funding this tip
+ * @param pickups_length length of the @a pickups array
+ * @param pickups array of pickup operations performed for this tip
*/
typedef void
(*TALER_MERCHANT_TipMerchantGetCallback) (