SearchLoyaltyEventsRequest constructor

SearchLoyaltyEventsRequest({
  1. int? limit,
  2. String? cursor,
  3. LoyaltyEventQuery? query,
})

Implementation

SearchLoyaltyEventsRequest({
  this.limit, this.cursor, this.query
});