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

There is a newer version: 0.349.0
Show newest version
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 - 2025 Weber Informatics LLC | Privacy Policy