LoyaltyRewardResponse constructor

LoyaltyRewardResponse({
  1. LoyaltyReward? reward,
  2. List<SquareError>? errors,
  3. String? cursor,
  4. List<LoyaltyReward>? rewards,
})

Implementation

LoyaltyRewardResponse({
  this.reward, this.errors, this.cursor, this.rewards
});