orderlines

package
v0.0.0-...-2c15619 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cancelled

type Cancelled struct {
	Id           string `json:"id"`
	Sku          string `json:"sku"`
	OrderNumber  string `json:"orderNumber"`
	Status       string `json:"status"`
	CancelReason string `json:"cancelReason"`
	ddd.IBaseEvent
}

func (*Cancelled) ExchangeName

func (s *Cancelled) ExchangeName() string

type Created

type Created struct {
	Id          string       `json:"id"`
	Sku         string       `json:"sku"`
	OrderNumber string       `json:"orderNumber"`
	Price       shared.Money `json:"price"`
	ddd.IBaseEvent
}

func (*Created) ExchangeName

func (s *Created) ExchangeName() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL