File "MethodPriceCollection.php"

Full Path: /home/cananyalcin/public_html/core/lib/mollie/src/Resources/MethodPriceCollection.php
File size: 241 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Mollie\Api\Resources;

class MethodPriceCollection extends \Mollie\Api\Resources\BaseCollection
{
    /**
     * @return string|null
     */
    public function getCollectionResourceName()
    {
        return null;
    }
}