<?php //%255BApp%255CEntity%255CTransaction%2524CLASSMETADATA%255D%255B1%255D

return [PHP_INT_MAX, static function () { return \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\\IdentityGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\IdentityGenerator')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'App\\Entity\\Transaction',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Transaction',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'id',
                        'id' => true,
                    ],
                    'ipAddress' => [
                        'fieldName' => 'ipAddress',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'ip_address',
                    ],
                    'reference' => [
                        'fieldName' => 'reference',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'reference',
                    ],
                    'transactionId' => [
                        'fieldName' => 'transactionId',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'transaction_id',
                    ],
                    'quantity' => [
                        'fieldName' => 'quantity',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'quantity',
                    ],
                    'costPerUnit' => [
                        'fieldName' => 'costPerUnit',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'options' => [
                            'default' => 'NULL',
                        ],
                        'columnName' => 'cost_per_unit',
                    ],
                    'customerName' => [
                        'fieldName' => 'customerName',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'customer_name',
                    ],
                    'customerPhone' => [
                        'fieldName' => 'customerPhone',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'options' => [
                            'default' => 'NULL',
                        ],
                        'columnName' => 'customer_phone',
                    ],
                    'customerEmail' => [
                        'fieldName' => 'customerEmail',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'options' => [
                            'default' => 'NULL',
                        ],
                        'columnName' => 'customer_email',
                    ],
                    'transactionAmount' => [
                        'fieldName' => 'transactionAmount',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'transaction_amount',
                    ],
                    'transactionStatus' => [
                        'fieldName' => 'transactionStatus',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'transaction_status',
                    ],
                    'createdAt' => [
                        'fieldName' => 'createdAt',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'created_at',
                    ],
                    'transactionBodyRequest' => [
                        'fieldName' => 'transactionBodyRequest',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 10000,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'options' => [
                            'default' => 'NULL',
                        ],
                        'columnName' => 'transaction_body_request',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'ip_address' => 'ipAddress',
                    'reference' => 'reference',
                    'transaction_id' => 'transactionId',
                    'quantity' => 'quantity',
                    'cost_per_unit' => 'costPerUnit',
                    'customer_name' => 'customerName',
                    'customer_phone' => 'customerPhone',
                    'customer_email' => 'customerEmail',
                    'transaction_amount' => 'transactionAmount',
                    'transaction_status' => 'transactionStatus',
                    'created_at' => 'createdAt',
                    'transaction_body_request' => 'transactionBodyRequest',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'ipAddress' => 'ip_address',
                    'reference' => 'reference',
                    'transactionId' => 'transaction_id',
                    'quantity' => 'quantity',
                    'costPerUnit' => 'cost_per_unit',
                    'customerName' => 'customer_name',
                    'customerPhone' => 'customer_phone',
                    'customerEmail' => 'customer_email',
                    'transactionAmount' => 'transaction_amount',
                    'transactionStatus' => 'transaction_status',
                    'createdAt' => 'created_at',
                    'transactionBodyRequest' => 'transaction_body_request',
                ],
            ],
            'table' => [
                [
                    'name' => 'transaction',
                    'indexes' => [
                        'IDX_723705D1D8AA2833' => [
                            'columns' => [
                                'payment_service_id',
                            ],
                        ],
                        'IDX_723705D1ED5CA9E6' => [
                            'columns' => [
                                'service_id',
                            ],
                        ],
                    ],
                    'uniqueConstraints' => [
                        'UNIQ_723705D12FC0CB0F' => [
                            'columns' => [
                                'transaction_id',
                            ],
                        ],
                    ],
                ],
            ],
            'associationMappings' => [
                [
                    'paymentService' => [
                        'fieldName' => 'paymentService',
                        'joinColumns' => [
                            [
                                'name' => 'payment_service_id',
                                'unique' => false,
                                'nullable' => true,
                                'onDelete' => null,
                                'columnDefinition' => null,
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'cascade' => [],
                        'inversedBy' => null,
                        'targetEntity' => 'App\\Entity\\PaymentService',
                        'fetch' => 2,
                        'type' => 2,
                        'mappedBy' => null,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\Transaction',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'payment_service_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'payment_service_id' => 'payment_service_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'payment_service_id',
                        ],
                        'orphanRemoval' => false,
                    ],
                    'service' => [
                        'fieldName' => 'service',
                        'joinColumns' => [
                            [
                                'name' => 'service_id',
                                'unique' => false,
                                'nullable' => true,
                                'onDelete' => null,
                                'columnDefinition' => null,
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'cascade' => [],
                        'inversedBy' => null,
                        'targetEntity' => 'App\\Entity\\Service',
                        'fetch' => 2,
                        'type' => 2,
                        'mappedBy' => null,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\Transaction',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'service_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'service_id' => 'service_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'service_id',
                        ],
                        'orphanRemoval' => false,
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
