addresses

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2024 License: GPL-3.0 Imports: 3 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            int     `json:"id"`
	Attention     *string `json:"attention"`
	Name          *string `json:"name"`
	Address1      string  `json:"address_1"`
	Address2      *string `json:"address_2"`
	Address3      *string `json:"address_3"`
	Address4      *string `json:"address_4"`
	City          string  `json:"city"`
	StateProvince string  `json:"state_province"`
	PostalCode    string  `json:"postal_code"`
	Latitude      *string `json:"latitude"`
	Longitude     *string `json:"longitude"`
}

func FromAddressDBType

func FromAddressDBType(dbAddress *db.Address) *Address

func FromAddressesDBTypeArray

func FromAddressesDBTypeArray(dbAddresses []*db.Address) []*Address

Jump to

Keyboard shortcuts

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