Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 603 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 603 Bytes

Invoice

  • currency : String
  • client : Client
  • services : List Service
  • expenses : List Expense

Client

  • name : String
  • address : String
  • city : String
  • postcode : String
  • country : String

Service

  • title : String
  • description : String
  • amount : Float

Expense

  • description : String
  • amount : Float

Payment

  • accountName : String
  • accountNumber : String
  • bsb : String

You

  • name : String
  • email : String
  • address : String
  • city : String
  • postcode : String
  • country : String

Reference:

Modelling Money In Elm