HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/debout/debout.nl/vendor/mollie/mollie-api-php/src/Resources/MethodPrice.php
<?php

namespace Mollie\Api\Resources;

class MethodPrice extends BaseResource
{
    /**
     * The area or product-type where the pricing is applied for, translated in the optional locale passed.
     *
     * @example "The Netherlands"
     * @var \stdClass
     */
    public $description;

    /**
     * The fixed price per transaction. This excludes the variable amount.
     *
     * @var \stdClass An amount object consisting of `value` and `currency`
     */
    public $fixed;

    /**
     * A string containing the percentage being charged over the payment amount besides the fixed price.
     *
     * @var \stdClass An amount object consisting of `value` and `currency`
     */
    public $variable;
}