Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
hiddentrue

Status

Status
colourPurpleYellow
titlestartedfor review

Approver

Pavel Shkadzko

Describes a payment reference.

Code Block
//reference

{
    "entity": "reference",
    "value": "K19218331",
    "box": {
        "page": 1,
        "left": 535.0,
        "top": 395.0,
        "width": 25.0,
        "height": 10.0
    }
}
Format

Name

Type

Description

entity

string

reference

value

string

The payment reference with ", " as delimiter between reference parts.

box

bounding-box

Bounding box of the occurrence including the page number.

...