Class: Zugpferd::Model::PrepaymentInvoice

Inherits:
Object
  • Object
show all
Includes:
BillingDocument
Defined in:
lib/zugpferd/model/prepayment_invoice.rb

Overview

Prepayment Invoice (BG-0), type code 386.

Examples:

inv = PrepaymentInvoice.new(number: "PP-001", issue_date: Date.today)

Constant Summary collapse

TYPE_CODE =
"386"

Instance Attribute Summary

Attributes included from BillingDocument

#allowance_charges, #buyer, #buyer_reference, #currency_code, #customization_id, #delivery_date, #due_date, #issue_date, #line_items, #monetary_totals, #note, #number, #payment_instructions, #profile_id, #seller, #tax_breakdown, #type_code

Method Summary

Methods included from BillingDocument

#initialize