Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PaymentMethod ¶
type PaymentMethod struct {
mixin.Model
paymentmethods.PaymentMethodOutput
UserId string `json:"userId"`
Name string `json:"name"`
}
func New ¶
func New(db *datastore.Datastore) *PaymentMethod
func (*PaymentMethod) Defaults ¶
func (p *PaymentMethod) Defaults()
func (*PaymentMethod) Init ¶
func (p *PaymentMethod) Init(db *datastore.Datastore)
func (PaymentMethod) Kind ¶
func (p PaymentMethod) Kind() string
Click to show internal directories.
Click to hide internal directories.