- PIX (pix in)
| Internal Status | FitBank Variants Accepted | Description |
|---|---|---|
| Created | Created | Receipt credited to receiving account |
| Registered | Registered | Transaction registered (intermediate state) |
| <?php | |
| namespace Nuwave\Lighthouse\Console; | |
| use Nuwave\Lighthouse\GraphQL; | |
| use Illuminate\Console\Command; | |
| use GraphQL\Utils\SchemaPrinter; | |
| class PrintSchemaCommand extends Command | |
| { |