Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#FFFFFF
titleBGColor#FFCC33
titleStatementItem

Summary of a cleared order.

Field name

Type

Required

Description

refId

String

 

An external reference, eg. equivalent to betId in the case of an exchange bet statement item.

itemDate

Date

The date and time of the statement item, eg. equivalent to settledData for an exchange bet statement item. (in ISO-8601 format, not translated)

amount

double

 

The amount of money the balance is adjusted by

balance

double

 

Account balance.

itemClass

ItemClass

 

Class of statement item. This value will determine which set of keys will be included in itemClassData

itemClassData

Map<String,String>

 

Key value pairs describing the current statement item. The set of keys will be determined by the itemClass

legacyData

StatementLegacyData

 

Set of fields originally returned from APIv6. Provided to facilitate migration from APIv6 to API-NG, and ultimately onto itemClass and itemClassData

...