seller

package
v0.0.0-...-241bfea Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filter

type Filter struct {
	WorksAtFilterType WorksAtFilterType
	TradingPointId    *int32
	TradingPointType  *trading_point.Type
	PlaceOfWorkId     *int32
	PlaceOfWorkType   *place_of_work.Type
	Search            *string
}

type PlaceOfWork

type PlaceOfWork struct {
	ID   int32
	Type place_of_work.Type
}

type Seller

type Seller struct {
	ID          int32
	FirstName   string
	LastName    string
	MiddleName  string
	BirthDate   core.Date
	Salary      core.Money
	PhoneNumber string
	WorksAt     *WorksAt
}

type TradingPoint

type TradingPoint struct {
	ID   int32
	Type trading_point.Type
}

type WorksAt

type WorksAt struct {
	PlaceOfWork  PlaceOfWork
	TradingPoint TradingPoint
}

type WorksAtFilterType

type WorksAtFilterType string
const (
	WorksAtFilterTypeAll         WorksAtFilterType = "all"
	WorksAtFilterTypeOnlyNull    WorksAtFilterType = "only_null"
	WorksAtFilterTypeOnlyNotNull WorksAtFilterType = "only_not_null"
)

Jump to

Keyboard shortcuts

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