Packages

package exchange

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class CatalogExchangeDTO(code: CatalogCode, title: String, metadata: JsonObject, items: Seq[CatalogItemExchangeDTO]) extends Product with Serializable
  2. case class CatalogItemExchangeDTO(code: CatalogItemCode, title: String, archived: Boolean, metadata: JsonObject) extends Product with Serializable
  3. case class CreateCatalogItemDTO(catalogId: CatalogId, code: CatalogItemCode, title: String, metadata: JsonObject) extends Product with Serializable
  4. case class GetCatalogItemDTO(catalogCode: CatalogCode, itemCode: CatalogItemCode) extends Product with Serializable
  5. case class ListBy[A](data: A, search: Search) extends Product with Serializable

Value Members

  1. object CatalogExchangeDTO extends Serializable
  2. object CatalogItemExchangeDTO extends Serializable
  3. object CreateCatalogItemDTO extends Serializable
  4. object GetCatalogItemDTO extends Serializable
  5. object ListBy extends Serializable
    Annotations
    @nowarn()

Ungrouped