SearchLoyaltyAccountsRequestLoyaltyAccountQuery constructor

SearchLoyaltyAccountsRequestLoyaltyAccountQuery({
  1. List<String>? customerIds,
  2. List<LoyaltyAccountMapping>? mappings,
})

Implementation

SearchLoyaltyAccountsRequestLoyaltyAccountQuery({
  this.customerIds, this.mappings
});