LoyaltyPointResponse constructor

LoyaltyPointResponse({
  1. List<SquareError>? errors,
  2. int? points,
})

Implementation

LoyaltyPointResponse({
  this.errors, this.points
});