# Shop

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

```
type Shop {

  name: String

  country: String

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`Shop.name`](#name) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#name "Direct link to name")

The shop name.

#### [`Shop.country`](#country) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#country "Direct link to country")

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

### Member Of[​](#member-of "Direct link to Member Of")

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