Class: Mindee::Product::FR::BankAccountDetails::BankAccountDetailsV2PagePrediction

Inherits:
BankAccountDetailsV2Document show all
Defined in:
lib/mindee/product/fr/bank_account_details/bank_account_details_v2_page.rb

Overview

Bank Account Details V2 page prediction.

Instance Attribute Summary

Attributes inherited from BankAccountDetailsV2Document

#account_holders_names, #bban, #iban, #swift_code

Instance Method Summary collapse

Methods inherited from BankAccountDetailsV2Document

#initialize

Constructor Details

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

Instance Method Details

#to_sString

Returns:

  • (String)


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

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