[ 'id' => 'License ID', 'added' => 'Submitted', 'vendorId' => 'Vendor ID', 'vendorName' => 'Vendor Name', 'naics' => 'Vendor Classifications', 'price' => 'Price', 'adminFee' => 'Admin Fee', 'registrationFee' => 'Registration Fee', 'backgroundScreeningFee' => 'Background Screening Fee', 'total' => 'Total', 'paymentMethodTitle' => 'Payment Method', 'ccNumber' => 'Credit Card Number', 'checkTypeTitle' => 'Account Type', 'routingNumber' => 'Routing Number', 'bank' => 'Bank', 'accountNumber' => 'Account Number', 'transactionId' => 'Transaction ID', 'ip' => 'IP Address', 'expiredOn' => 'Expired On', ], Tool::class => [ 'targetDir' => constant('BASE_PATH') . '/tmp/pdf-export/license', 'itemFileName' => 'license-{id}.pdf', 'resultType' => Tool::RESULT_ZIP, ], ToolAwareViewTrait::class => [ 'listClass' => LicenseList::class, 'objClass' => Obj::class, ], 'pdfExportJobUrl' => PdfExportView::getExportUrl(), 'pdfExportDownloadFileName' => 'licenses-{date}.zip', ];