ListRefundsRequest constructor
      
      ListRefundsRequest({ 
    
    
- String? locationId,
 - SortOrder? sortOrder,
 - String? beginTime,
 - String? endTime,
 - int? limit,
 - String? cursor,
 - RefundStatus? status,
 - PaymentSourceType? sourceType,
 
Implementation
ListRefundsRequest({
  this.locationId, this.sortOrder, this.beginTime, this.endTime,
this.limit, this.cursor, this.status, this.sourceType
 });