Skip to main content
The Deno 2 Release Candidate is here
Learn more
method InsuranceController.prototype.processInsuredItems
import { InsuranceController } from "https://deno.land/x/sptaki@1.2.0/controllers/InsuranceController.d.ts";

This method orchestrates the processing of insured items in a profile.

Parameters

insuranceDetails: Insurance[]

The insured items to process.

sessionID: string

The session ID that should receive the processed items.

Returns

void

void