Skip to content

Commit 075bfbc

Browse files
committed
ECWID-174089 - add customer.externalReferenceId
1 parent 907d668 commit 075bfbc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/customer/result/FetchedCustomer.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import java.util.*
1111

1212
data class FetchedCustomer(
1313
val id: Int = 0,
14+
val externalReferenceId: String? = null,
1415
val email: String = "",
1516
val registered: Date? = null,
1617
val updated: Date? = null,

0 commit comments

Comments
 (0)