feat(customers): add customer list endpoint (#2564)

Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
This commit is contained in:
Narayan Bhat
2023-10-12 19:58:34 +05:30
committed by GitHub
parent 28d02f94c6
commit c26620e041
12 changed files with 207 additions and 24 deletions

View File

@ -104,6 +104,8 @@ pub enum Flow {
PaymentMethodsList,
/// Customer payment methods list flow.
CustomerPaymentMethodsList,
/// List Customers for a merchant
CustomersList,
/// Payment methods retrieve flow.
PaymentMethodsRetrieve,
/// Payment methods update flow.