LoyaltyResponse constructor

LoyaltyResponse({
  1. LoyaltyAccount? loyaltyAccount,
  2. List<SquareError>? errors,
  3. String? cursor,
  4. List<LoyaltyAccount>? loyaltyAccounts,
})

Implementation

LoyaltyResponse({
  this.loyaltyAccount, this.errors, this.cursor, this.loyaltyAccounts
});