# CodeTypes

Type of QR code.

* `POINT_OF_SALE` - Permanent QR code attached to a Point of Sale. Reusable across transactions.

```
enum CodeTypes {

  POINT_OF_SALE

}
```

### Values[​](#values "Direct link to Values")

#### [`CodeTypes.POINT_OF_SALE`](#point-of-sale)[​](#point-of-sale "Direct link to point-of-sale")

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

[`Code`](https://docs.monei.com/apis/graphql/types/objects/code/.md) object
