ListRefundsRequest constructor

ListRefundsRequest({
  1. String? locationId,
  2. SortOrder? sortOrder,
  3. String? beginTime,
  4. String? endTime,
  5. int? limit,
  6. String? cursor,
  7. RefundStatus? status,
  8. PaymentSourceType? sourceType,
})

Implementation

ListRefundsRequest({
  this.locationId, this.sortOrder, this.beginTime, this.endTime,
this.limit, this.cursor, this.status, this.sourceType
 });