feat(core): Add Network Details in Payments Response (#9273)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
awasthi21
2025-09-09 19:11:33 +05:30
committed by GitHub
parent 4052f8a28c
commit 75bf58d656
23 changed files with 153 additions and 11 deletions

View File

@ -576,6 +576,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::GpayShippingAddressParameters,
api_models::payments::GpayBillingAddressParameters,
api_models::payments::GpayBillingAddressFormat,
api_models::payments::NetworkDetails,
api_models::payments::SepaBankTransferInstructions,
api_models::payments::BacsBankTransferInstructions,
api_models::payments::RedirectResponse,