1
2
3
4
5
6
7
8
//! Preferences for Checkout Pro
//! Official API page: https://www.mercadopago.com.br/developers/en/docs/checkout-pro/checkout-customization/preferences
//!
//!
//! When creating a preference, it will return a URL where the customer can click to pay.

pub mod requests;
pub mod responses;