Documentation ¶
Index ¶
Constants ¶
View Source
const ( DateFormat = "2006-01-02" DatetimeFormat = "2006-01-02 15:04:05" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurrencyValue ¶
func (*CurrencyValue) MarshalText ¶
func (c *CurrencyValue) MarshalText() ([]byte, error)
func (*CurrencyValue) String ¶
func (c *CurrencyValue) String() string
func (*CurrencyValue) UnmarshalJSON ¶
func (c *CurrencyValue) UnmarshalJSON(b []byte) error
func (*CurrencyValue) UnmarshalText ¶
func (c *CurrencyValue) UnmarshalText(b []byte) error
type MarketingConsent ¶
type MarketingConsent int8
const ( UNSET MarketingConsent = iota REFUSED GRANTED )
func (MarketingConsent) MarshalText ¶
func (m MarketingConsent) MarshalText() ([]byte, error)
func (MarketingConsent) String ¶
func (m MarketingConsent) String() string
func (*MarketingConsent) UnmarshalJSON ¶
func (m *MarketingConsent) UnmarshalJSON(data []byte) error
func (*MarketingConsent) UnmarshalText ¶
func (m *MarketingConsent) UnmarshalText(data []byte) error
Click to show internal directories.
Click to hide internal directories.