mercadopago_sdk_rust/payments/
mod.rs

1//! When creating payment for CreditCard, use `card_tokens` to generate a credit card token.
2//!
3//!
4//! You will be always handling tokens instead of the raw credit/debit card information. You can
5//! store it on your database if you want to.
6
7pub mod requests;
8pub mod responses;