PosDataProviders
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["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."]]],["The data describes Point of Sale (POS) data providers within a specific country. It contains a list of `posDataProviders`, each with details including `providerId`, `displayName`, and `fullName`. The primary object contains a `country` code and an array of these provider objects. Each provider has a unique ID and name, allowing identification within the specified country. The data is formatted in JSON and structured to present the provider information in a clear way.\n"]]