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

Hierarchy (view full)

Properties

Properties

displayName?: string

Customer's name for display in the UI.

email?: string

Customer's email address.