BankAccountDetailsV2Document
extends Prediction
in package
Bank Account Details API version 2.0 document data.
Table of Contents
Properties
- $accountHoldersNames : StringField
- $bban : BankAccountDetailsV2Bban
- $iban : StringField
- $swiftCode : StringField
Methods
- __construct() : mixed
- __toString() : string
Properties
$accountHoldersNames
public
StringField
$accountHoldersNames
Full extraction of the account holders names.
$bban
public
BankAccountDetailsV2Bban
$bban
Full extraction of BBAN, including: branch code, bank code, account and key.
$iban
public
StringField
$iban
Full extraction of the IBAN number.
$swiftCode
public
StringField
$swiftCode
Full extraction of the SWIFT code.
Methods
__construct()
public
__construct(array<string|int, mixed> $rawPrediction[, int|null $pageId = null ]) : mixed
Parameters
- $rawPrediction : array<string|int, mixed>
-
Raw prediction from HTTP response.
- $pageId : int|null = null
-
Page number for multi pages document.
Tags
__toString()
public
__toString() : string
Return values
string —String representation.