CustomerSegmentResponse constructor

CustomerSegmentResponse({
  1. String? cursor,
  2. List<SquareError>? errors,
  3. CustomerSegment? segment,
  4. List<CustomerSegment>? segments,
})

Implementation

CustomerSegmentResponse({
  this.cursor, this.errors, this.segment, this.segments
});