//! Models for the Square Connect API
// pub mod payments;
pub mod address;
pub mod cash_details;
pub mod country;
pub mod currency;
pub mod customer_details;
pub mod customer_tax_ids;
pub mod error;
pub mod external_details;
pub mod money;
pub mod request;
pub mod response;
pub mod customer;
pub mod customer_preferences;
pub mod customer_creation_source;
pub mod api_error;
pub mod error_response;
pub mod api_version;