Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderPayMode ¶
type OrderPayMode int
const ( DEFAULT OrderPayMode = -1 REDIRECT OrderPayMode = iota FORM )
func (OrderPayMode) Des ¶
func (e OrderPayMode) Des() string
func (OrderPayMode) MarshalJSON ¶
func (e OrderPayMode) MarshalJSON() ([]byte, error)
func (*OrderPayMode) UnmarshalJSON ¶
func (e *OrderPayMode) UnmarshalJSON(value []byte) error
func (OrderPayMode) Val ¶
func (e OrderPayMode) Val() int
Click to show internal directories.
Click to hide internal directories.