Class FeeRefund
- java.lang.Object
-
- com.orbipay.paymentsapi.client.wrappers.FeeRefund
-
public class FeeRefund extends java.lang.Object
-
-
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()
-
-
-
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
-
fromJson
public static FeeRefund fromJson(java.lang.String json) throws OrbipayApiException
- Throws:
OrbipayApiException
-
toJson
public java.lang.String toJson() throws OrbipayApiException
- Throws:
OrbipayApiException
-
-