new module:models/FeeRefundResponse()
This class subject to change without prior notice, Please dont use this class directly.
Constructs a newFeeRefundResponse
.
Members
-
static, readonly FeeTypeEnum :String
-
Allowed values for the
fee_type
property.Properties:
Name Type Description add_to_principal
String value: "add_to_principal"
bill_separately
String value: "bill_separately"
-
inner fee_refund_amount :String
-
The refunded fee amount upto 2 decimal places.
-
inner fee_type :module:models/FeeRefundResponse.FeeTypeEnum
-
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.
Methods
-
static constructFromObject(data, obj) → {module:models/FeeRefundResponse}
-
Constructs a
FeeRefundResponse
from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties fromdata
toobj
if supplied or a new instance if not.Parameters:
Name Type Description data
Object The plain JavaScript object bearing properties of interest.
obj
module:models/FeeRefundResponse Optional instance to populate.