use ;
use crate;
/// Response for listing customers.
///
/// This struct represents the response returned when requesting a list of
/// customers, including pagination metadata.
/// Response for retrieving a single customer.
///
/// This struct represents the response returned when requesting a specific
/// customer by their external ID.
/// Response for creating a customer.
///
/// This struct represents the response returned when successfully creating
/// a new customer.