9 lines
102 B
PHP

<?php
namespace Mollie\Api\Contracts;
interface Arrayable
{
public function toArray(): array;
}