public interface PaymentConverter
| Modifier and Type | Method and Description |
|---|---|
ExchangeRateTO |
toExchangeRateTO(ExchangeRateBO exchangeRate) |
PaymentBO |
toPaymentBO(PaymentTO payment) |
PaymentBO |
toPaymentBO(PaymentTO payment,
PaymentTypeTO paymentType) |
PaymentTO |
toPaymentTO(PaymentBO payment) |
default List<PaymentTO> |
toPaymentTOList(List<PaymentBO> payments) |
TransactionDetailsBO |
toTransactionDetailsBO(TransactionTO transaction) |
TransactionTO |
toTransactionTO(TransactionDetailsBO transaction) |
List<TransactionTO> |
toTransactionTOList(List<TransactionDetailsBO> transactions) |
PaymentBO toPaymentBO(PaymentTO payment, PaymentTypeTO paymentType)
List<TransactionTO> toTransactionTOList(List<TransactionDetailsBO> transactions)
TransactionTO toTransactionTO(TransactionDetailsBO transaction)
ExchangeRateTO toExchangeRateTO(ExchangeRateBO exchangeRate)
TransactionDetailsBO toTransactionDetailsBO(TransactionTO transaction)
Copyright © 2020. All rights reserved.