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

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

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

Constructor Details

#initializeBankAccountDetailsV2PagePrediction

Returns a new instance of BankAccountDetailsV2PagePrediction.

Parameters:



12
# File 'sig/mindee/v1/product/fr/bank_account_details/bank_account_details_v2_page.rbs', line 12

def initialize: (Hash[String | Symbol, untyped], Integer?) -> void

Instance Method Details

#to_sString

Returns:



30
31
32
33
34
# File 'lib/mindee/v1/product/fr/bank_account_details/bank_account_details_v2_page.rb', line 30

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