Skip to content

Commit 1afd5e7

Browse files
authored
Merge pull request #423 from Ecwid/ECWID-144850_v2
ECWID-144850 changed entityTypes to List
2 parents f2d7ef1 + 4621940 commit 1afd5e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/extrafield/result/FetchedCustomersConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import java.util.*
99
data class FetchedCustomersConfig(
1010
val key: String? = null,
1111
val title: String? = null,
12-
val entityTypes: ExtrafieldEntityType? = null,
12+
val entityTypes: List<ExtrafieldEntityType>? = null,
1313
val type: ExtrafieldType? = null,
1414
val shownOnOrderDetails: Boolean? = null,
1515
val createdDate: Date? = null,

0 commit comments

Comments
 (0)