Interface PostingMapper

    • Method Detail

      • buildPosting

        de.adorsys.ledgers.postings.api.domain.PostingBO buildPosting​(LocalDateTime pstTime,
                                                                      String paymentId,
                                                                      String oprDetails,
                                                                      de.adorsys.ledgers.postings.api.domain.LedgerBO ledger,
                                                                      String userName)
      • buildPostingLine

        de.adorsys.ledgers.postings.api.domain.PostingLineBO buildPostingLine​(String lineDetails,
                                                                              de.adorsys.ledgers.postings.api.domain.LedgerAccountBO ledgerAccount,
                                                                              BigDecimal debitAmount,
                                                                              BigDecimal creditAmount,
                                                                              String subOprSrcId,
                                                                              String lineId)