LoyaltyRewardResponse constructor
LoyaltyRewardResponse({
- LoyaltyReward? reward,
- List<
SquareError> ? errors, - String? cursor,
- List<
LoyaltyReward> ? rewards,
Implementation
LoyaltyRewardResponse({
this.reward, this.errors, this.cursor, this.rewards
});