Jira.js - Jira Cloud API library
    Preparing search index...

    Interface CustomerCreate

    interface CustomerCreate {
        displayName?: string;
        email?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    displayName?: string

    Customer's name for display in the UI.

    email?: string

    Customer's email address.