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

com.ecwid.apiclient.v3.converter.FetchedCustomersConfig.kt Maven / Gradle / Ivy

package com.ecwid.apiclient.v3.converter

import com.ecwid.apiclient.v3.dto.extrafield.request.UpdatedCustomersConfig
import com.ecwid.apiclient.v3.dto.extrafield.result.FetchedCustomersConfig


fun FetchedCustomersConfig.toUpdated(): UpdatedCustomersConfig {
	return UpdatedCustomersConfig(
		key = key,
		title = title,
		type = type,
		shownOnOrderDetails = shownOnOrderDetails,
	)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy