# Introduction

## Loyalty Club model

### Example

```json

{
    "id": 235,
    "type": "MAIN",
    "community_id": 3433,
    "customer_id": 447,
    "main_slug": "infinity-mall",
    "short_slug": "iml",
    "other_slugs": ["infinity"],
    "name": "Infinity Mall",
    "country": "NO",
    "main_language": "no",
    "timezone": "Europe/Oslo",
    "member_identifiers": ["msisdn"],
    "main_website_domain": "placewise.com",
    "website_domains": ["placewise.com", "boostcom.com"],
    "new_offers_api_enabled": true
}
```

### Definition


<DataSchema id="394216" />

## Loyalty Club Mobile App Setting model

### Example

```json
{
    "android_app_id": "app-id",
    "ios_app_id": "app-id",
    "ios_bundle_id": "bundle-id",
    "ios_team_id": "team-id",
    "app_logo_url": "http://logo.url",
    "notifications_center_messages_limit": 0,
}
```

### Definition


<DataSchema id="394217" />