export class RefundService extends BaseService<IRefundService> implements IRefundService {
  _find (params: ParamsWithStripeQuery<Stripe.RefundListParams>) {
    const filtered = this.filterParams(params);
    return this.handlePaginate(
      filtered,