Customer

A customer

            classDiagram
      namespace Users {
        class _Users_Customer_yaml["Customer"]
        class _Users_CustomerProject_yaml["Customer Project"]
      }
      _Users_Customer_yaml o--" N" _Users_CustomerProject_yaml :customerProjects
      click _Users_Customer_yaml href "./Customer.yaml.html" "Customer"
      click _Users_CustomerProject_yaml href "./CustomerProject.yaml.html" "Customer Project"
          

Properties

Property Type Description
customerId* String The id of the customer
customerName* String The name of the customer
customerProjects* [Customer Project]
customerContact* String The contact person of the customer
customerEmail* Email The email of the customer

Examples

        {"customerId":"1","customerName":"Customer 1","customerContact":"Contact person 1","customerEmail":"customer@example.com","customerProjects":[{"projectId":"1","projectName":"Project 1","projectDescription":"Description of project 1"},{"projectId":"2","projectName":"Project 2","projectDescription":"Description of project 2"}]}
        

Links