java.lang.Object
de.alexanderwodarz.code.swifud.application.Invoice

public class Invoice extends Object
  • Constructor Details

    • Invoice

      public Invoice()
  • Method Details

    • getPaymentMethods

      public PaymentMethodType[] getPaymentMethods()
    • getStatus

      public String getStatus()
    • getReference

      public String getReference()
    • getCondition

      public String getCondition()
    • getInvoiceNumber

      public String getInvoiceNumber()
    • getInvoiceDate

      public String getInvoiceDate()
    • getDeliveryDate

      public String getDeliveryDate()
    • getItems

      public org.json.JSONArray getItems()
    • getItemObjects

      public List<Item> getItemObjects()
    • isPayed

      public boolean isPayed()
    • getInvoice

      public org.json.JSONObject getInvoice()
    • getPayLink

      public String getPayLink()
    • getPassword

      public String getPassword()
    • getBrutto

      public double getBrutto()
    • getNetto

      public double getNetto()
    • getStripeSecret

      public String getStripeSecret()
    • getAddress

      public org.json.JSONObject getAddress()
    • getLayout

      public String getLayout()
    • build

      public org.json.JSONObject build()