Interface DefermentAccount

Identifies a Deferment Account

interface DefermentAccount {
    A1080?: "E" | "F";
    A1190?: "10" | "15" | "20";
    BIN?: string;
    EORI?: string;
    accountNumber?: string;
    bbox?: Bbox;
    code?: string;
    confidence?: number;
    display?: boolean;
    errors?: ErrorModel[];
    input?: string;
    lastChangedBy?: string;
    modifiedAt?: number;
    modifiedBy?: {
        displayName?: string;
        id?: string;
    };
    options?: string[];
    reason?: any;
    required?: boolean;
    reviewNeeded?: boolean;
    searchValue?: string;
    source?: string;
    userEdited?: boolean;
    value?: string;
}

Hierarchy (view full)

  • Meta<string>
    • DefermentAccount

Properties

A1080?: "E" | "F"

ArtAufschubantrag

A1190?: "10" | "15" | "20"

AufschubArt

BIN?: string
EORI?: string
accountNumber?: string
bbox?: Bbox

Bounding box of extracted value

code?: string

Kennbuchstaben Aufschub

confidence?: number

Confidence supplied by data extraction or 1.0 if entered by human

display?: boolean
errors?: ErrorModel[]

could be validation errors

input?: string

The input value which was initially supplied for the property

lastChangedBy?: string

Encoded user (username, userId, etc.)

Deprecated

modifiedAt?: number

Last modification date (user or machine), as a UTC unix timestamp

modifiedBy?: {
    displayName?: string;
    id?: string;
}

Field last changed by

Type declaration

  • Optional displayName?: string
  • Optional id?: string
options?: string[]
reason?: any
required?: boolean
reviewNeeded?: boolean
searchValue?: string

Normalized searchValue, for any related queries. Needs to be a string, even if value is of a different type.

source?: string
userEdited?: boolean

Mark this property as user-edited (as opposed to machine-generated)

value?: string

The current value of the property