LoyaltyProgramResponse constructor

LoyaltyProgramResponse({
  1. String? cursor,
  2. List<SquareError>? errors,
  3. LoyaltyProgram? program,
  4. List<LoyaltyProgram>? programs,
})

Implementation

LoyaltyProgramResponse({
  this.cursor, this.errors, this.program, this.programs
});