%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/admin1/vendor/mollie/mollie-api-php/src/Resources/ |
Upload File : |
<?php
namespace Mollie\Api\Resources;
class Client extends BaseResource
{
/**
* The unique identifier of the client, which corresponds to the ID of the organization
*
* @var string
*/
public $id;
/**
* UTC datetime the order was created in ISO-8601 format.
*
* @example "2018-03-21T13:13:37+00:00"
* @var string|null
*/
public $organizationCreatedAt;
/**
* @var \stdClass
*/
public $_links;
/**
* @var \stdClass[]
*/
public $_embedded;
/**
* @var \stdClass|null
*/
public $commission;
}