paypal_rs/api/
mod.rs

1//! This module contains the api endpoints.
2
3pub mod invoice;
4pub mod orders;
5pub mod payments;