3 declare(strict_types=1);
13 use GuzzleHttp\ClientInterface;
14 use Psr\Http\Message\UploadedFileInterface;
24 public function __construct(array $args = [], ClientInterface $client =
null)
26 parent::__construct(
'/{projectKey}/payments', $args, $client);