Class IncomeStatementData.CostOfGoodsAndServices

java.lang.Object
org.cardanofoundation.lob.app.blockchain_publisher.domain.entity.reports.IncomeStatementData.CostOfGoodsAndServices
All Implemented Interfaces:
BiFunction<BigDecimal,BigDecimal,BigDecimal>, BinaryOperator<BigDecimal>, org.cardanofoundation.lob.app.support.calc.Summable
Enclosing class:
IncomeStatementData

@Embeddable public static class IncomeStatementData.CostOfGoodsAndServices extends Object implements org.cardanofoundation.lob.app.support.calc.Summable
  • Constructor Details

    • CostOfGoodsAndServices

      public CostOfGoodsAndServices()
  • Method Details

    • getExternalServices

      public Optional<BigDecimal> getExternalServices()
    • sumOf

      public BigDecimal sumOf()
      Specified by:
      sumOf in interface org.cardanofoundation.lob.app.support.calc.Summable