My Project
|
Public Member Functions | |
string | GetFeeRefundAmount () |
The refunded fee amount upto 2 decimal places. More... | |
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. More... | |
FeeRefund (string feeRefundAmount=null) | |
IEnumerator< FeeRefund > | GetEnumerator () |
Public Attributes | |
string | FeeRefundAmount |
The refunded fee amount upto 2 decimal places. More... | |
string | FeeType |
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. More... | |
Orbipay.PaymentsApi.Client.Wrappers.FeeRefund.FeeRefund | ( | string | feeRefundAmount = null | ) |
FeeRefund Constructor.
FeeRefundAmount | The FeeRefundAmount is of type string |
IEnumerator<FeeRefund> Orbipay.PaymentsApi.Client.Wrappers.FeeRefund.GetEnumerator | ( | ) |
string Orbipay.PaymentsApi.Client.Wrappers.FeeRefund.GetFeeRefundAmount | ( | ) |
The refunded fee amount upto 2 decimal places.
The refunded fee amount upto 2 decimal places.
string Orbipay.PaymentsApi.Client.Wrappers.FeeRefund.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.
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.
string Orbipay.PaymentsApi.Client.Wrappers.FeeRefund.FeeRefundAmount |
The refunded fee amount upto 2 decimal places.
The refunded fee amount upto 2 decimal places.
string Orbipay.PaymentsApi.Client.Wrappers.FeeRefund.FeeType |
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.
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.