'boolean', 'allowed_package_profile_ids' => 'array', 'settings' => 'array', 'enabled_at' => 'datetime', ]; } public function tenant() { return $this->belongsTo(Tenant::class); } public function gatewayAccount() { return $this->belongsTo(PaymentGatewayAccount::class, 'payment_gateway_account_id'); } }