Class FeeRefund


  • public class FeeRefund
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FeeRefund()  
      FeeRefund​(java.lang.String feeRefundAmount)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static FeeRefund fromJson​(java.lang.String json)  
      java.lang.String getFeeRefundAmount()
      The refunded fee amount upto 2 decimal places.
      java.lang.String getFeeType()
      The way the fee is being charged to the customer.
      java.lang.String toJson()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FeeRefund

        public FeeRefund()
      • FeeRefund

        public FeeRefund​(java.lang.String feeRefundAmount)
    • Method Detail

      • getFeeRefundAmount

        public java.lang.String getFeeRefundAmount()
        The refunded fee amount upto 2 decimal places.
        Returns:
        feeRefundAmount
      • getFeeType

        public java.lang.String getFeeType()
        The way the fee is being charged to the customer. Fee could be added to the amount being paid, or, it could be charged separately by the biller. The fee_type would default to add_to_principal if the fee is not configured for the client in EBPP.
        Returns:
        feeType