We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecfd8c commit ebe335bCopy full SHA for ebe335b
1 file changed
src/main/kotlin/com/ecwid/apiclient/v3/dto/order/result/FetchedOrder.kt
@@ -276,7 +276,7 @@ data class FetchedOrder(
276
val productFileId: Long? = null,
277
val maxDownloads: Int? = null,
278
val remainingDownloads: Int? = null,
279
- val expire: String? = null,
+ val expire: Date? = null,
280
val name: String? = null,
281
val description: String? = null,
282
val size: Long? = null,
0 commit comments