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

@@ -14,6 +14,8 @@ pub mod legal;
pub mod library;
pub mod object;
pub mod projects;
pub mod payment;
pub mod identity;
// Re-export key types for convenience
pub use core::Comment;