feat(router): add support for Samsung pay app tokens flow (#6257)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Shankar Singh C
2024-10-14 15:45:55 +05:30
committed by GitHub
parent 5b4a1d5f6d
commit f6b0b98e0a
8 changed files with 264 additions and 40 deletions

View File

@ -366,6 +366,9 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::SamsungPayAmountFormat,
api_models::payments::SamsungPayProtocolType,
api_models::payments::SamsungPayWalletCredentials,
api_models::payments::SamsungPayWebWalletData,
api_models::payments::SamsungPayAppWalletData,
api_models::payments::SamsungPayCardBrand,
api_models::payments::SamsungPayTokenData,
api_models::payments::PaymentsCancelRequest,
api_models::payments::PaymentListConstraints,