# Shop

The information about the shop (used in hosted payment page).

```
type Shop {

  name: String

  country: String

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`Shop.name`](#name) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#name "Enlace directo al name")

The shop name.

#### [`Shop.country`](#country) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#country "Enlace directo al country")

Two-letter country code (ISO 3166-1 alpha-2).

### Member Of[​](#member-of "Enlace directo al Member Of")

[`Charge`](https://docs.monei.com/es/es/apis/graphql/types/objects/charge/.md) object ● [`ChargeEventObject`](https://docs.monei.com/es/es/apis/graphql/types/objects/charge-event-object/.md) object ● [`Payment`](https://docs.monei.com/es/es/apis/graphql/types/objects/payment/.md) object
