We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d7ef1 commit 4621940Copy full SHA for 4621940
1 file changed
src/main/kotlin/com/ecwid/apiclient/v3/dto/extrafield/result/FetchedCustomersConfig.kt
@@ -9,7 +9,7 @@ import java.util.*
9
data class FetchedCustomersConfig(
10
val key: String? = null,
11
val title: String? = null,
12
- val entityTypes: ExtrafieldEntityType? = null,
+ val entityTypes: List<ExtrafieldEntityType>? = null,
13
val type: ExtrafieldType? = null,
14
val shownOnOrderDetails: Boolean? = null,
15
val createdDate: Date? = null,
0 commit comments