<?php //%255BApp%255CPayment%255CRessource%255CBankAccount%255D%255B1%255D

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['ApiPlatform\\Core\\Annotation\\ApiResource'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Annotation\\ApiResource')),
    ],
    null,
    [
        'stdClass' => [
            'collectionOperations' => [
                [
                    'get' => [
                        'security' => 'is_granted(\'reject\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Payment',
                            ],
                        ],
                    ],
                    'post' => [
                        'security_post_denormalize' => 'is_granted(\'bank_account_create\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Payment',
                            ],
                        ],
                    ],
                    'disable' => [
                        'normalization_context' => [
                            'groups' => [
                                'readPayment',
                            ],
                        ],
                        'method' => 'GET',
                        'path' => '/bank_accounts/disable',
                        'read' => 'false',
                        'security' => 'is_granted(\'bank_account_disable\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Payment',
                            ],
                            'parameters' => [
                                [
                                    'name' => 'idBankAccount',
                                    'type' => 'int',
                                    'required' => true,
                                    'description' => 'Id of the bank account',
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'itemOperations' => [
                [
                    'get' => [
                        'security' => 'is_granted(\'reject\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Payment',
                            ],
                        ],
                    ],
                ],
            ],
            'attributes' => [
                [
                    'force_eager' => false,
                    'normalization_context' => [
                        'groups' => [
                            'readPayment',
                        ],
                        'enable_max_depth' => 'true',
                    ],
                    'denormalization_context' => [
                        'groups' => [
                            'writePayment',
                        ],
                    ],
                ],
            ],
        ],
    ],
    [
        $o[0],
    ],
    []
); }];
