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 buyer;
pub mod common;
pub mod order;
pub mod organization;
pub mod payment;
pub mod subscription;
pub mod webhook;

pub use buyer::{Address, Buyer, CreateAddressRequest, CreateBuyerRequest};
pub use common::*;
pub use order::*;
pub use organization::*;
pub use payment::*;
pub use subscription::*;
pub use webhook::*;