com_n26

package module
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2024 License: Apache-2.0 Imports: 5 Imported by: 1

README

com_n26

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Records added in v0.0.11

type Records struct {
	ID               *string    `json:"id"`
	BookingDate      *time.Time `json:"booking_date"`
	ValueDate        *time.Time `json:"value_date"`
	PartnerName      *string    `json:"partner_name"`
	PartnerIBAN      *string    `json:"partner_iban"`
	Type             *string    `json:"type"`
	PaymentReference *string    `json:"payment_reference"`
	AccountName      *string    `json:"account_name"`
	AmountEUR        *float32   `json:"amount_eur"`
	OriginalAmount   *float32   `json:"original_amount"`
	OriginalCurrency *string    `json:"original_currency"`
	ExchangeRate     *float32   `json:"exchange_rate"`
}

type Transaction

type Transaction struct {
	BookingDate      string  `json:"booking_date"`
	ValueDate        string  `json:"value_date"`
	PartnerName      string  `json:"partner_name"`
	PartnerIBAN      string  `json:"partner_iban"`
	Type             string  `json:"type"`
	PaymentReference string  `json:"payment_reference"`
	AccountName      string  `json:"account_name"`
	AmountEUR        float64 `json:"amount_eur"`
	OriginalAmount   float64 `json:"original_amount"`
	OriginalCurrency string  `json:"original_currency"`
	ExchangeRate     float64 `json:"exchange_rate"`
}

func ImportFile

func ImportFile(path string) []*Transaction

test

Jump to

Keyboard shortcuts

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