My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Wrappers.FeeRefund Class Reference

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< FeeRefundGetEnumerator ()
 

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...
 

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Wrappers.FeeRefund.FeeRefund ( string  feeRefundAmount = null)

FeeRefund Constructor.

Parameters
FeeRefundAmountThe FeeRefundAmount is of type string

Member Function Documentation

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.

Member Data Documentation

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.


The documentation for this class was generated from the following file: