GET /v1/paymentmethod/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 8,
        "next": null,
        "previous": null,
        "total_pages": 1
    },
    "data": [
        {
            "id": "1",
            "name": {
                "fi": "Käteinen",
                "sv": "Kontant",
                "en": "Cash"
            },
            "@id": "https://testilinkedevents-api.turku.fi/v1/paymentmethod/1/?format=api",
            "@context": "http://schema.org",
            "@type": "PaymentMethod"
        },
        {
            "id": "8",
            "name": {
                "fi": "Lasku",
                "sv": "Räkning",
                "en": "Invoice"
            },
            "@id": "https://testilinkedevents-api.turku.fi/v1/paymentmethod/8/?format=api",
            "@context": "http://schema.org",
            "@type": "PaymentMethod"
        },
        {
            "id": "2",
            "name": {
                "fi": "Maksukortti",
                "sv": "Betalkort",
                "en": "Charge Card"
            },
            "@id": "https://testilinkedevents-api.turku.fi/v1/paymentmethod/2/?format=api",
            "@context": "http://schema.org",
            "@type": "PaymentMethod"
        },
        {
            "id": "6",
            "name": {
                "fi": "MobilePay",
                "sv": "MobilePay",
                "en": "MobilePay"
            },
            "@id": "https://testilinkedevents-api.turku.fi/v1/paymentmethod/6/?format=api",
            "@context": "http://schema.org",
            "@type": "PaymentMethod"
        },
        {
            "id": "7",
            "name": {
                "fi": "Museokortti",
                "sv": "Museikort",
                "en": "Museum Card"
            },
            "@id": "https://testilinkedevents-api.turku.fi/v1/paymentmethod/7/?format=api",
            "@context": "http://schema.org",
            "@type": "PaymentMethod"
        },
        {
            "id": "4",
            "name": {
                "fi": "Tyky-ranneke",
                "sv": "Tyky-armband",
                "en": "Tyky-bracelet"
            },
            "@id": "https://testilinkedevents-api.turku.fi/v1/paymentmethod/4/?format=api",
            "@context": "http://schema.org",
            "@type": "PaymentMethod"
        },
        {
            "id": "5",
            "name": {
                "fi": "Verkkomaksu",
                "sv": "Onlinebetalning",
                "en": "Online Payment"
            },
            "@id": "https://testilinkedevents-api.turku.fi/v1/paymentmethod/5/?format=api",
            "@context": "http://schema.org",
            "@type": "PaymentMethod"
        },
        {
            "id": "3",
            "name": {
                "fi": "Virikeseteli",
                "sv": "Fritidssedel",
                "en": "Recreational Voucher"
            },
            "@id": "https://testilinkedevents-api.turku.fi/v1/paymentmethod/3/?format=api",
            "@context": "http://schema.org",
            "@type": "PaymentMethod"
        }
    ]
}