tapsilat 2026.4.3

The Tapsilat SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod installments;
pub mod orders;
pub mod organization;
pub mod payments;
pub mod subscriptions;
pub mod validators;
pub mod webhooks;

pub use installments::InstallmentModule;
pub use orders::OrderModule;
pub use organization::OrganizationModule;
pub use payments::PaymentModule;
pub use subscriptions::SubscriptionModule;
pub use validators::Validators;
pub use webhooks::WebhookModule;