Skip to content

Commit

Permalink
ECWID-124656 New Customers: added storeGroups field
Browse files Browse the repository at this point in the history
  • Loading branch information
winrokru committed Aug 31, 2023
1 parent 5b78824 commit 0feff68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import com.ecwid.apiclient.v3.dto.common.ApiResultDTO

data class CustomersFiltersDataSearchResult(
val total: Int = 0,
val storeGroups: List<CustomerFilterGroup> = listOf(),
val customerGroups: List<CustomerFilterGroup> = listOf(),
val shippingAddresses: List<CustomerFilterShippingAddress> = listOf(),
val languages: List<String> = listOf(),
Expand Down

0 comments on commit 0feff68

Please sign in to comment.