Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/serviceDesk/models/customerCreate.ts>CustomerCreate

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Go to Latest
interface CustomerCreate
import { type CustomerCreate } from "https://deno.land/x/jira@v2.15.12/src/serviceDesk/models/customerCreate.ts";

Properties

optional
email: string

Customer's email address.

optional
displayName: string

Customer's name for display in the UI.