shippingprofile

package
v1.41.0 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Query

Types

type ShippingProfile

type ShippingProfile struct {
	mixin.Model[ShippingProfile]

	Name string `json:"name"`
	Type string `json:"type"` // "default", "gift_card", "custom"

	Metadata  Map    `json:"metadata,omitempty" datastore:"-" orm:"default:{}"`
	Metadata_ string `json:"-" datastore:",noindex"`
}

func New

func (*ShippingProfile) Load

func (s *ShippingProfile) Load(ps []datastore.Property) (err error)

func (*ShippingProfile) Save

func (s *ShippingProfile) Save() ([]datastore.Property, error)

Jump to

Keyboard shortcuts

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