convertor

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Convert

func Convert(source binding.String, destination binding.String) error

Types

type DataCSV

type DataCSV struct {
	ClientName        string `csv:"customer"`
	ClientEmail       string `csv:"email"`
	ClientAddress     string
	ClientCountry     string `csv:"country"`
	ClientStreetLine1 string `csv:"street_line_1"`
	ClientStreetLine2 string `csv:"street_line_2"`
	ClientCity        string `csv:"city"`
	ClientRegion      string `csv:"region"`
	ClientCode        string `csv:"postal_code"`

	Number      string `csv:"number"`
	Date        string `csv:"date"`
	PaymentDate string `csv:"payment_date"`
	Currency    string `csv:"accounting_currency"`
	TotalAmount string `csv:"total_amount"`
	NetAmount   string `csv:"net_amount"`
	VAT         string `csv:"tax_1_rate"`
	VATFull     string
	VATShort    string
	VATAmount   string `csv:"tax_1_amount"`
}

Jump to

Keyboard shortcuts

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