Module: GOBL::Bill

Defined in:
lib/gobl/bill/tax.rb,
lib/gobl/bill/line.rb,
lib/gobl/bill/charge.rb,
lib/gobl/bill/outlay.rb,
lib/gobl/bill/totals.rb,
lib/gobl/bill/invoice.rb,
lib/gobl/bill/payment.rb,
lib/gobl/bill/advances.rb,
lib/gobl/bill/delivery.rb,
lib/gobl/bill/discount.rb,
lib/gobl/bill/ordering.rb,
lib/gobl/bill/preceding.rb,
lib/gobl/bill/line_charge.rb,
lib/gobl/bill/scheme_keys.rb,
lib/gobl/bill/invoice_type.rb,
lib/gobl/bill/line_discount.rb,
lib/gobl/bill/exchange_rates.rb

Defined Under Namespace

Classes: Charge, Delivery, Discount, Invoice, InvoiceType, Line, LineCharge, LineDiscount, Ordering, Outlay, Payment, Preceding, Tax, Totals

Constant Summary collapse

Advances =

Advances contains an array of advance objects.

[GOBL::Pay::Advance]
SchemeKeys =

SchemeKeys stores a list of keys that makes it easier to perform matches.

[GOBL::CBC::Key]
ExchangeRates =

ExchangeRates represents an array of currency exchange rates.

[GOBL::Currency::ExchangeRate]