Versions Compared

Key

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

...

Panel
bgColor#FFFFFF
titleBGColor#FFCC33
titleAccountDetailsResponse

Response for Account details.

Field name

Type

Required

Description

currencyCode

String

 

Default user currency Code.

firstName

String

 

First Name.

lastName

String

 

Last Name.

localeCode

String

 

Locale Code.

region

String

 

Region.

timezone

String

 

User Time Zone.

discountRate

double

 

Uer Discount Rate.

pointsBalance

int

 

The Betfair points balance.

Anchor
AccountStatementReport
AccountStatementReport

Panel
bgColor#FFFFFF
titleBGColor#FFCC33
titleAccountStatementReport

A container representing search results.

Field name

Type

Required

Description

accountStatement

List<StatementItem>

The list of statement items returned by your request.

moreAvailable

boolean

Indicates whether there are further result items beyond this page.

Anchor
StatementItem
StatementItem

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

Anchor
StatementLegacyData
StatementLegacyData

Panel
bgColor#FFFFFF
titleBGColor#FFCC33
titleStatementLegacyData

Summary of a cleared order.

Field name

Type

Required

Description

avgPrice

double

 

 

betSize

double

 

 

betType

String

 

 

betCategoryType

String

 

 

commissionRate

String

 

 

eventId

long

 

 

eventTypeId

long

 

 

fullMarketName

String

 

 

grossBetAmount

double

 

 

marketName

String

 

 

marketType

String

 

 

placedDate

Date

 

 

selectionId

long

 

 

selectionName

String

 

 

startDate

Date

 

 

transactionType

String

 

 

transactionId

long

 

 

winLose

String

 

 

...