Documentation ¶
Index ¶
- type Category
- type CityState
- type Fields
- type Parser
- type Raw
- type Transaction
- func (tx Transaction) Account() string
- func (tx Transaction) Amount() float64
- func (tx Transaction) Card() string
- func (tx Transaction) Category() string
- func (tx Transaction) Date() time.Time
- func (tx Transaction) Name() string
- func (tx Transaction) String() string
- func (tx Transaction) User() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Category ¶
func (*Category) UnmarshalText ¶
type CityState ¶
func (*CityState) UnmarshalText ¶
type Raw ¶
type Raw struct { Date util.DateUS `csv:"Date"` Description string `csv:"Description"` CardMember string `csv:"Card Member"` AccountNumber string `csv:"Account #"` Amount float64 `csv:"Amount"` ExtendedDetails string `csv:"Extended Details"` AppearsOnYourStatementAs string `csv:"Appears On Your Statement As"` Address string `csv:"Address"` CityState `csv:"City/State"` ZipCode string `csv:"Zip Code"` Country string `csv:"Country"` Reference string `csv:"Reference"` Category `csv:"Category"` }
type Transaction ¶
func (Transaction) Account ¶
func (tx Transaction) Account() string
func (Transaction) Amount ¶
func (tx Transaction) Amount() float64
func (Transaction) Card ¶
func (tx Transaction) Card() string
func (Transaction) Category ¶
func (tx Transaction) Category() string
func (Transaction) Date ¶
func (tx Transaction) Date() time.Time
func (Transaction) Name ¶
func (tx Transaction) Name() string
func (Transaction) String ¶
func (tx Transaction) String() string
func (Transaction) User ¶
func (tx Transaction) User() string
Click to show internal directories.
Click to hide internal directories.