Class: Mindee::Product::Invoice::InvoiceV4PagePrediction
- Inherits:
-
InvoiceV4Document
- Object
- Mindee::Parsing::Common::Prediction
- InvoiceV4Document
- Mindee::Product::Invoice::InvoiceV4PagePrediction
- Defined in:
- lib/mindee/product/invoice/invoice_v4_page.rb
Overview
Invoice V4 page prediction.
Instance Attribute Summary
Attributes inherited from InvoiceV4Document
#billing_address, #customer_address, #customer_company_registrations, #customer_id, #customer_name, #date, #document_type, #due_date, #invoice_number, #line_items, #locale, #payment_date, #po_number, #reference_numbers, #shipping_address, #supplier_address, #supplier_company_registrations, #supplier_email, #supplier_name, #supplier_payment_details, #supplier_phone_number, #supplier_website, #taxes, #total_amount, #total_net, #total_tax
Instance Method Summary collapse
Methods inherited from InvoiceV4Document
Constructor Details
This class inherits a constructor from Mindee::Product::Invoice::InvoiceV4Document
Instance Method Details
#to_s ⇒ String
24 25 26 27 28 |
# File 'lib/mindee/product/invoice/invoice_v4_page.rb', line 24 def to_s out_str = String.new out_str << "\n#{super}" out_str end |