java.lang.Object
es.kukenan.smartfi.microservice.backoffice.dtos.core.common.Concept

public class Concept extends Object
Concepts definition.
  • Field Details

    • description

      private String description
      Description of the concept.
    • amount

      private Balance amount
      Actual amount of the concept.
    • sign

      private String sign
      Sign of the concept.
    • pendingAmount

      private Balance pendingAmount
      Actual pending amount of the concept.
  • Constructor Details

    • Concept

      public Concept()