chore: move RouterData Request types to hyperswitch_domain_models crate (#4723)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Hrithikesh
2024-05-23 15:48:51 +05:30
committed by GitHub
parent 5e5eb5fbae
commit ae77373b4c
38 changed files with 2397 additions and 1943 deletions

View File

@ -1,10 +1,12 @@
pub mod errors;
pub mod mandates;
pub mod payment_address;
pub mod payment_method_data;
pub mod payments;
#[cfg(feature = "payouts")]
pub mod payouts;
pub mod router_data;
pub mod router_request_types;
#[cfg(not(feature = "payouts"))]
pub trait PayoutAttemptInterface {}