Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contact ¶
type Contact struct {
weaver.AutoMarshal
Username string `gorm:"not null"`
Label string `gorm:"not null"`
AccountNum string `gorm:"not null"`
RoutingNum string `gorm:"not null"`
IsExternal bool `gorm:"not null"`
}
Contact represents an account's contact details.
func (*Contact) WeaverMarshal ¶
func (*Contact) WeaverUnmarshal ¶
Click to show internal directories.
Click to hide internal directories.