Page Summary
-
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 ( |
| Fields | |
|---|---|
country |
Country code. |
posDataProviders[] |
A list of POS data providers. |
PosDataProvidersPosDataProvider
| JSON representation |
|---|
{ "providerId": string, "displayName": string, "fullName": string } |
| Fields | |
|---|---|
providerId |
The ID of the account. |
displayName |
The display name of Pos data Provider. |
fullName |
The full name of this POS data Provider. |