implement models for payment and id verification

This commit is contained in:
Timur Gordon
2025-07-08 22:50:35 +02:00
parent 149c177def
commit f2a3aeb418
10 changed files with 585 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
//! Payment-related models and types
pub mod stripe;
pub use stripe::*;