* @copyright Mollie B.V. * @link https://www.mollie.com */ class Mollie_API_Object_List extends ArrayObject { /** * Total number of available objects on the Mollie platform. * * @var int */ public $totalCount; /** * Numeric offset from which this list of object was created. * * @var int */ public $offset; /** * Total number of retrieved objects. * * @var int */ public $count; }