Documentation
¶
Index ¶
- func GenerateInvoice(ctx context.Context, w io.Writer, invoice *model.Invoice) error
- func Init(conf ini.File)
- func IsEnabled(conf ini.File) bool
- func IsProhibitedCountry(ctx context.Context, c country.Country) bool
- func RequireEnabled(ctx context.Context) error
- type TemplateContext
- type TemplateDiscount
- type TemplateProduct
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateInvoice ¶
Generates a PDF from a model.Invoice.
func IsEnabled ¶
func IsEnabled(conf ini.File) bool
Returns true if billing is enabled in this configuration.
func IsProhibitedCountry ¶
Returns true if the given country code is not allowed to receive paid services.
func RequireEnabled ¶
Returns an error if billing is not enabled in this configuration.
Types ¶
type TemplateContext ¶
type TemplateContext struct { Invoice *model.Invoice User *model.User Address *model.BillingAddress Products []TemplateProduct Discounts []TemplateDiscount }
type TemplateDiscount ¶
type TemplateProduct ¶
Click to show internal directories.
Click to hide internal directories.