Class: Mindee::Product::FR::BankAccountDetails::BankAccountDetailsV1PagePrediction

Inherits:
BankAccountDetailsV1Document show all
Defined in:
lib/mindee/product/fr/bank_account_details/bank_account_details_v1_page.rb

Overview

Bank Account Details V1 page prediction.

Instance Attribute Summary

Attributes inherited from BankAccountDetailsV1Document

#account_holder_name, #iban, #swift

Instance Method Summary collapse

Methods inherited from BankAccountDetailsV1Document

#initialize

Constructor Details

This class inherits a constructor from Mindee::Product::FR::BankAccountDetails::BankAccountDetailsV1Document

Instance Method Details

#to_sString

Returns:

  • (String)


25
26
27
28
29
# File 'lib/mindee/product/fr/bank_account_details/bank_account_details_v1_page.rb', line 25

def to_s
  out_str = String.new
  out_str << "\n#{super}"
  out_str
end