package exchange
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class CatalogExchangeDTO(code: CatalogCode, title: String, metadata: JsonObject, items: Seq[CatalogItemExchangeDTO]) extends Product with Serializable
- case class CatalogItemExchangeDTO(code: CatalogItemCode, title: String, archived: Boolean, metadata: JsonObject) extends Product with Serializable
- case class CreateCatalogItemDTO(catalogId: CatalogId, code: CatalogItemCode, title: String, metadata: JsonObject) extends Product with Serializable
- case class GetCatalogItemDTO(catalogCode: CatalogCode, itemCode: CatalogItemCode) extends Product with Serializable
- case class ListBy[A](data: A, search: Search) extends Product with Serializable
Value Members
- object CatalogExchangeDTO extends Serializable
- object CatalogItemExchangeDTO extends Serializable
- object CreateCatalogItemDTO extends Serializable
- object GetCatalogItemDTO extends Serializable
- object ListBy extends Serializable
- Annotations
- @nowarn()