java.lang.Object
org.cardanofoundation.lob.app.organisation.domain.view.VatView

public class VatView extends Object
  • Constructor Details

    • VatView

      public VatView()
  • Method Details

    • getError

      public Optional<org.zalando.problem.Problem> getError()
    • convertFromEntity

      public static VatView convertFromEntity(Vat vat)
    • createFail

      public static VatView createFail(VatUpdate vatUpdate, org.zalando.problem.Problem error)