All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ecwid.apiclient.v3.dto.saleschannels.ProductFeedInfo.kt Maven / Gradle / Ivy

package com.ecwid.apiclient.v3.dto.saleschannels

import com.ecwid.apiclient.v3.dto.common.ApiFetchedDTO
import com.ecwid.apiclient.v3.dto.common.ApiFetchedDTO.ModifyKind
import java.util.*

data class ProductFeedInfo(
	val productsProcessed: Int = 0,
	val productsIncluded: Int = 0,
	val lastGenerated: Date = Date(),
	val nextGenerated: Date = Date()
) : ApiFetchedDTO {

	override fun getModifyKind() = ModifyKind.ReadOnly
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy