feat(refunds): Refunds aggregate api (#5795)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Gitanjli
2024-09-12 18:59:25 +05:30
committed by GitHub
parent 1bb8f5e8eb
commit 00386f3295
14 changed files with 229 additions and 4 deletions

View File

@ -381,6 +381,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payment_methods::PaymentMethodCollectLinkResponse,
api_models::refunds::RefundListRequest,
api_models::refunds::RefundListResponse,
api_models::refunds::RefundAggregateResponse,
api_models::payments::TimeRange,
api_models::payments::AmountFilter,
api_models::mandates::MandateRevokedResponse,