Skip to content

Commit 4621940

Browse files
committed
ECWID-144850 changed entityTypes to List
1 parent f2d7ef1 commit 4621940

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)