feat(router): add mandates list api (#1143)

This commit is contained in:
Sai Harsha Vardhan
2023-05-17 21:31:13 +05:30
committed by GitHub
parent bd8868efd0
commit 75ba3ff09f
8 changed files with 198 additions and 1 deletions

View File

@ -96,6 +96,8 @@ pub enum Flow {
MandatesRetrieve,
/// Mandates revoke flow.
MandatesRevoke,
/// Mandates list flow.
MandatesList,
/// Payment methods create flow.
PaymentMethodsCreate,
/// Payment methods list flow.