diff --git a/src/main/kotlin/com/ecwid/apiclient/v3/dto/extrafield/result/FetchedCustomersConfig.kt b/src/main/kotlin/com/ecwid/apiclient/v3/dto/extrafield/result/FetchedCustomersConfig.kt index 1bd77f45..57a873b6 100644 --- a/src/main/kotlin/com/ecwid/apiclient/v3/dto/extrafield/result/FetchedCustomersConfig.kt +++ b/src/main/kotlin/com/ecwid/apiclient/v3/dto/extrafield/result/FetchedCustomersConfig.kt @@ -9,7 +9,7 @@ import java.util.* data class FetchedCustomersConfig( val key: String? = null, val title: String? = null, - val entityTypes: ExtrafieldEntityType? = null, + val entityTypes: List? = null, val type: ExtrafieldType? = null, val shownOnOrderDetails: Boolean? = null, val createdDate: Date? = null,