BankAccountDetailsV1Document
extends Prediction
in package
Bank Account Details API version 1.0 document data.
Table of Contents
Properties
Methods
- __construct() : mixed
- __toString() : string
Properties
$accountHolderName
public
StringField
$accountHolderName
The name of the account holder as seen on the document.
$iban
public
StringField
$iban
The International Bank Account Number (IBAN).
$swift
public
StringField
$swift
The bank's SWIFT Business Identifier Code (BIC).
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.