use ;
use crate;
/// Response for listing applied coupons.
///
/// This struct represents the response returned when requesting a list of
/// applied coupons, including pagination metadata.
/// Response for applying a coupon to a customer.
///
/// This struct represents the response returned when successfully applying
/// a coupon to a customer.