PosDataProviders

  • This documentation details the JSON representation for POS data, including country code and a list of POS data providers.

  • Each POS data provider includes identifying information such as provider ID, display name, and full name.

  • The structure is hierarchical, with the main JSON object containing country information and an array of POS data provider objects.

JSON representation
{
  "country": string,
  "posDataProviders": [
    {
      object (PosDataProvidersPosDataProvider)
    }
  ]
}
Fields
country

string

Country code.

posDataProviders[]

object (PosDataProvidersPosDataProvider)

A list of POS data providers.

PosDataProvidersPosDataProvider

JSON representation
{
  "providerId": string,
  "displayName": string,
  "fullName": string
}
Fields
providerId

string

The ID of the account.

displayName

string

The display name of Pos data Provider.

fullName

string

The full name of this POS data Provider.