<?php //Payum__Core__Model__Payout__CLASSMETADATA__

return [PHP_INT_MAX, static fn () => \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Mapping\\ClassMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\ClassMetadata')),
        clone ($p['Doctrine\\ORM\\Id\\AssignedGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\AssignedGenerator')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'Payum\\Core\\Model\\Payout',
            ],
            'namespace' => [
                'Payum\\Core\\Model',
            ],
            'rootEntityName' => [
                'Payum\\Core\\Model\\Payout',
            ],
            'isMappedSuperclass' => [
                true,
            ],
            'fieldMappings' => [
                [
                    'description' => [
                        'fieldName' => 'description',
                        'type' => 'string',
                        'nullable' => true,
                        'columnName' => 'description',
                    ],
                    'recipientEmail' => [
                        'fieldName' => 'recipientEmail',
                        'type' => 'string',
                        'nullable' => true,
                        'columnName' => 'recipientEmail',
                    ],
                    'recipientId' => [
                        'fieldName' => 'recipientId',
                        'type' => 'string',
                        'nullable' => true,
                        'columnName' => 'recipientId',
                    ],
                    'totalAmount' => [
                        'fieldName' => 'totalAmount',
                        'type' => 'integer',
                        'nullable' => true,
                        'columnName' => 'totalAmount',
                    ],
                    'currencyCode' => [
                        'fieldName' => 'currencyCode',
                        'type' => 'string',
                        'nullable' => true,
                        'columnName' => 'currencyCode',
                    ],
                    'details' => [
                        'fieldName' => 'details',
                        'type' => 'json',
                        'columnName' => 'details',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'description' => 'description',
                    'recipientEmail' => 'recipientEmail',
                    'recipientId' => 'recipientId',
                    'totalAmount' => 'totalAmount',
                    'currencyCode' => 'currencyCode',
                    'details' => 'details',
                ],
            ],
            'columnNames' => [
                [
                    'description' => 'description',
                    'recipientEmail' => 'recipientEmail',
                    'recipientId' => 'recipientId',
                    'totalAmount' => 'totalAmount',
                    'currencyCode' => 'currencyCode',
                    'details' => 'details',
                ],
            ],
            'table' => [
                [
                    'name' => 'Payout',
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
)];
