use crate;
use ;
/// Response containing a list of payments with pagination metadata.
///
/// This struct represents the API response for payment listing requests,
/// including both the payment data and pagination information.
/// Response containing a single payment.
///
/// This struct represents the API response for retrieving a specific
/// payment by its identifier.
/// Response containing a created payment.
///
/// This struct represents the API response for creating a payment.