ListCardRequest constructor

ListCardRequest({
  1. String? cursor,
  2. SortOrder? sortOrder,
  3. String? customerId,
  4. String? referenceId,
  5. bool? includeDisabled,
})

Implementation

ListCardRequest({
  this.cursor, this.sortOrder, this.customerId, this.referenceId,
  this.includeDisabled
});