Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FxGenerator ¶
type FxGenerator struct {
// contains filtered or unexported fields
}
func (*FxGenerator) Generate ¶
func (g *FxGenerator) Generate(inv *invoice.ZUGFeRDmaster) ([]byte, error)
func (*FxGenerator) Profile ¶
func (g *FxGenerator) Profile() invoice.Profile
type Generator ¶
type ParGenerator ¶
type ParGenerator struct {
// contains filtered or unexported fields
}
func (*ParGenerator) Generate ¶
func (g *ParGenerator) Generate(inv *invoice.ZUGFeRDmaster) ([]byte, error)
func (*ParGenerator) Profile ¶
func (g *ParGenerator) Profile() invoice.Profile
type ParInvoice ¶
type ParInvoice struct {
Invoice *invoice.ZUGFeRDmaster
LineItems []string
}
Click to show internal directories.
Click to hide internal directories.