Class PaymentExecutionService

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @Service
    public class PaymentExecutionService
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    • Constructor Detail

      • PaymentExecutionService

        public PaymentExecutionService()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • calculateTotalPaymentAmount

        public AmountBO calculateTotalPaymentAmount​(PaymentBO payment)