function buildAttendeeInsert
buildAttendeeInsert(
enc: EncryptedAttendeeData,
order: AttendeeOrderFields,
piiPaymentSessionId?,
): SqlStatement

Parameters

enc: EncryptedAttendeeData
order: AttendeeOrderFields
optional
piiPaymentSessionId = [enc.piiPaymentSessionId]

Return Type

Usage

import { buildAttendeeInsert } from "doc.ts";