ProductCategoryDto

@Xml(name = "ProductCategory")
data class ProductCategoryDto(@Element(name = "Name") val name: NameDto?, @Element(name = "ShortName") val shortName: NameDto?, @PropertyElement(name = "ProductCategoryRef") val productCategoryRef: String?) : Parcelable

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(@Element(name = "Name") name: NameDto?, @Element(name = "ShortName") shortName: NameDto?, @PropertyElement(name = "ProductCategoryRef") productCategoryRef: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)