Class: Mindee::V1::Product::Invoice::InvoiceV4PagePrediction
- Inherits:
-
InvoiceV4Document
- Object
- Mindee::V1::Parsing::Common::Prediction
- InvoiceV4Document
- Mindee::V1::Product::Invoice::InvoiceV4PagePrediction
- Defined in:
- lib/mindee/v1/product/invoice/invoice_v4_page.rb,
sig/mindee/v1/product/invoice/invoice_v4_page.rbs
Overview
Invoice V4 page prediction.
Instance Attribute Summary
Attributes inherited from InvoiceV4Document
#billing_address, #category, #customer_address, #customer_company_registrations, #customer_id, #customer_name, #date, #document_type, #document_type_extended, #due_date, #invoice_number, #line_items, #locale, #payment_date, #po_number, #reference_numbers, #shipping_address, #subcategory, #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
-
#initialize ⇒ InvoiceV4PagePrediction
constructor
A new instance of InvoiceV4PagePrediction.
- #to_s ⇒ String
Methods inherited from InvoiceV4Document
#line_items_separator, #line_items_to_s
Constructor Details
#initialize ⇒ InvoiceV4PagePrediction
Returns a new instance of InvoiceV4PagePrediction.
11 |
# File 'sig/mindee/v1/product/invoice/invoice_v4_page.rbs', line 11 def initialize: (Hash[String | Symbol, untyped], Integer?) -> void |
Instance Method Details
#to_s ⇒ String
29 30 31 32 33 |
# File 'lib/mindee/v1/product/invoice/invoice_v4_page.rb', line 29 def to_s out_str = String.new out_str << "\n#{super}" out_str end |