LoyaltyProgramResponse constructor
LoyaltyProgramResponse({
- String? cursor,
- List<
SquareError> ? errors, - LoyaltyProgram? program,
- List<
LoyaltyProgram> ? programs,
Implementation
LoyaltyProgramResponse({
this.cursor, this.errors, this.program, this.programs
});