CustomerSegmentResponse constructor
CustomerSegmentResponse({
- String? cursor,
- List<
SquareError> ? errors, - CustomerSegment? segment,
- List<
CustomerSegment> ? segments,
Implementation
CustomerSegmentResponse({
this.cursor, this.errors, this.segment, this.segments
});