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

Public Member Functions

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...
 
string GetFeeAmount ()
 The fee amount upto 2 decimal places. More...
 
string GetId ()
 The unique identifier assigned by EBPP to the fee. In case of split fee. More...
 
string GetUrl ()
 This URL fetches the details of fee as a payment resource. In case of split fee. More...
 
 Fee (string feeAmount=null)
 
IEnumerator< FeeGetEnumerator ()
 

Public Attributes

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...
 
string FeeAmount
 The fee amount upto 2 decimal places. More...
 
string Id
 The unique identifier assigned by EBPP to the fee. In case of split fee. More...
 
string Url
 This URL fetches the details of fee as a payment resource. In case of split fee. More...
 

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Wrappers.Fee.Fee ( string  feeAmount = null)

Fee Constructor.

Parameters
FeeAmountThe FeeAmount is of type string

Member Function Documentation

IEnumerator<Fee> Orbipay.PaymentsApi.Client.Wrappers.Fee.GetEnumerator ( )
string Orbipay.PaymentsApi.Client.Wrappers.Fee.GetFeeAmount ( )

The fee amount upto 2 decimal places.

The fee amount upto 2 decimal places.

string Orbipay.PaymentsApi.Client.Wrappers.Fee.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.Fee.GetId ( )

The unique identifier assigned by EBPP to the fee. In case of split fee.

The unique identifier assigned by EBPP to the fee. In case of split fee.

string Orbipay.PaymentsApi.Client.Wrappers.Fee.GetUrl ( )

This URL fetches the details of fee as a payment resource. In case of split fee.

This URL fetches the details of fee as a payment resource. In case of split fee.

Member Data Documentation

string Orbipay.PaymentsApi.Client.Wrappers.Fee.FeeAmount

The fee amount upto 2 decimal places.

The fee amount upto 2 decimal places.

string Orbipay.PaymentsApi.Client.Wrappers.Fee.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.

string Orbipay.PaymentsApi.Client.Wrappers.Fee.Id

The unique identifier assigned by EBPP to the fee. In case of split fee.

The unique identifier assigned by EBPP to the fee. In case of split fee.

string Orbipay.PaymentsApi.Client.Wrappers.Fee.Url

This URL fetches the details of fee as a payment resource. In case of split fee.

This URL fetches the details of fee as a payment resource. In case of split fee.


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