Class PayslipV2BankAccountDetail

Information about the employee's bank account.

Hierarchy

  • PayslipV2BankAccountDetail

Constructors

Properties

bankName: null | string

The name of the bank.

confidence: number = 0.0

Confidence score

iban: null | string

The IBAN of the bank account.

pageId: number

The document page on which the information was found.

polygon: Polygon = []

Contains the relative vertices coordinates (points) of a polygon containing the field in the document.

swift: null | string

The SWIFT code of the bank.

Methods

  • Collection of fields as representable strings.

    Returns {
        bankName: string;
        iban: string;
        swift: string;
    }

    • bankName: string
    • iban: string
    • swift: string

Generated using TypeDoc