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

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

Overview

Bank Account Details V1 page prediction.

Instance Attribute Summary

Attributes inherited from BankAccountDetailsV1Document

#account_holder_name, #iban, #swift

Instance Method Summary collapse

Constructor Details

#initializeBankAccountDetailsV1PagePrediction

Returns a new instance of BankAccountDetailsV1PagePrediction.

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Integer, nil)


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

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

Instance Method Details

#to_sString

Returns:

  • (String)


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

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