Class Invoice


  • public class Invoice
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Invoice.InvoiceBuilder  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Invoice​(java.lang.String title, java.lang.String description, java.lang.String startParameter, java.util.Currency currency, java.lang.Integer totalAmount)  
    • Constructor Detail

      • Invoice

        protected Invoice​(java.lang.String title,
                          java.lang.String description,
                          java.lang.String startParameter,
                          java.util.Currency currency,
                          java.lang.Integer totalAmount)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object