ListPaymentRequest constructor

ListPaymentRequest({
  1. String? locationId,
  2. String? cursor,
  3. int? limit,
  4. String? endTime,
  5. String? beginTime,
  6. SortOrder? sortOrder,
  7. String? last4,
  8. String? cardBrand,
  9. String? total,
})

Implementation

ListPaymentRequest({
  this.locationId, this.cursor, this.limit, this.endTime,
this.beginTime, this.sortOrder, this.last4, this.cardBrand,
this.total
});