PosDataProviders

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.