...
The Billing service is multi-threaded and utilizes a queuing architecture to distribute the billing load evenly. Once a bill run has been initiated, the billing service will spawn multiple queues; each queue is responsible for a billing operation such as transactions, invoices and payments.
...
An Account Package represents a billable product/package that has been assigned to one of your customer accounts. This package could include one-time, recurring and/or usage based charges.
...