presenter

package
v1.20.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Address

type Address struct {
	ID         valueobject.Identifier `json:"id"`
	Type       string                 `json:"type"`
	Street     string                 `json:"street"`
	PostalCode string                 `json:"postalCode"`
	Locality   string                 `json:"locality"`
	Country    string                 `json:"country"`
	Canton     string                 `json:"canton"`
	Additional string                 `json:"additional"`
	CreatedAt  string                 `json:"createdAt"`
	CreatedBy  string                 `json:"createdBy"`
	ChangedAt  string                 `json:"changedAt"`
	ChangedBy  string                 `json:"changedBy"`
	DeletedAt  string                 `json:"deletedAt"`
	DeletedBy  string                 `json:"deletedBy"`
}

Address data used as the result for any address operation

func (*Address) NullifyJsonProps

func (a *Address) NullifyJsonProps() Address

Jump to

Keyboard shortcuts

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