CustomerGroupResponse constructor

CustomerGroupResponse({
  1. String? cursor,
  2. List<SquareError>? errors,
  3. CustomerGroup? group,
  4. List<Customer>? groups,
})

Implementation

CustomerGroupResponse({
  this.cursor, this.errors, this.group, this.groups
});