package
1.0.0-rc.5
Repository: https://github.com/beneath-hq/beneath.git
Documentation: pkg.go.dev

# README

ee/services/billing/

The billing service handles billing info and consumed resources. It keeps tabs on what to bill, but the payments service handles the actual invoicing.

Some of the billing logic is not super trivial. For sanity, we've tried to gather most of the complex logic in commit.go.

# Functions

New creates a new Service.

# Structs

Service contains functionality for setting billing info and sending bills.