ynab

package
v0.7.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Writer added in v0.7.0

type Writer struct {
	Config *ynabber.Config
}

func (Writer) Bulk added in v0.7.0

func (w Writer) Bulk(t []ynabber.Transaction) error

type Ytransaction

type Ytransaction struct {
	AccountID string `json:"account_id"`
	Date      string `json:"date"`
	Amount    string `json:"amount"`
	PayeeName string `json:"payee_name"`
	Memo      string `json:"memo"`
	ImportID  string `json:"import_id"`
	Cleared   string `json:"cleared"`
	Approved  bool   `json:"approved"`
}

Ytransaction is a single YNAB transaction

type Ytransactions

type Ytransactions struct {
	Transactions []Ytransaction `json:"transactions"`
}

Ytransactions is multiple YNAB transactions

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL