Package

nl.postnl.services.label

commands

Permalink

package commands

Visibility
  1. Public
  2. All

Type Members

  1. case class GenerateLabel(message: MessageType, customer: Option[CustomerType] = None, shipment: ShipmentType) extends Product with Serializable

    Permalink
  2. case class GenerateLabelCommand(message: MessageType, customer: CustomerType, shipment: ShipmentType, confirm: Boolean) extends Product with Serializable

    Permalink
  3. case class GenerateLabelRequest(security: SecurityHeader, command: GenerateLabelCommand) extends Product with Serializable

    Permalink
  4. case class GenerateLabelWithoutConfirmation(message: MessageType, customer: Option[CustomerType] = None, shipment: ShipmentType) extends Product with Serializable

    Permalink

Ungrouped