RefundCollection constructor

RefundCollection(
  1. dynamic objectType,
  2. dynamic mode,
  3. dynamic hasMore,
  4. List<Refund>? refunds
)

Implementation

RefundCollection(objectType, mode, hasMore, this.refunds)
    : super(objectType, mode, hasMore);