SearchLoyaltyEventsRequest constructor
SearchLoyaltyEventsRequest({
- int? limit,
- String? cursor,
- LoyaltyEventQuery? query,
Implementation
SearchLoyaltyEventsRequest({
this.limit, this.cursor, this.query
});