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

More...

Inheritance diagram for Orbipay.PaymentsApi.Client.Models.FeeResponse:

Public Member Functions

 FeeResponse (string feeType=default(string), string feeAmount=default(string), string id=default(string), string url=default(string))
 Initializes a new instance of the FeeResponse class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (FeeResponse input)
 Returns true if FeeResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string FeeAmount [get, set]
 The fee amount upto 2 decimal places. More...
 
string Id [get, set]
 The unique identifier assigned by EBPP to the fee. In case of split fee. More...
 
string Url [get, set]
 This URL fetches the details of fee as a payment resource. In case of split fee. More...
 

Detailed Description

This class subject to change without prior notice, Please dont use this class directly.

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.FeeResponse.FeeResponse ( string  feeType = default(string),
string  feeAmount = default(string),
string  id = default(string),
string  url = default(string) 
)

Initializes a new instance of the FeeResponse class.

Parameters
feeTypeThe 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..
feeAmountThe fee amount upto 2 decimal places..
idThe unique identifier assigned by EBPP to the fee. In case of split fee..
urlThis URL fetches the details of fee as a payment resource. In case of split fee..

Member Function Documentation

override bool Orbipay.PaymentsApi.Client.Models.FeeResponse.Equals ( object  input)

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean
bool Orbipay.PaymentsApi.Client.Models.FeeResponse.Equals ( FeeResponse  input)

Returns true if FeeResponse instances are equal

Parameters
inputInstance of FeeResponse to be compared
Returns
Boolean
override int Orbipay.PaymentsApi.Client.Models.FeeResponse.GetHashCode ( )

Gets the hash code

Returns
Hash code
virtual string Orbipay.PaymentsApi.Client.Models.FeeResponse.ToJson ( )
virtual

Returns the JSON string presentation of the object

Returns
string
override string Orbipay.PaymentsApi.Client.Models.FeeResponse.ToString ( )

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.FeeResponse.FeeAmount
getset

The fee amount upto 2 decimal places.

The fee amount upto 2 decimal places.

string Orbipay.PaymentsApi.Client.Models.FeeResponse.Id
getset

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.Models.FeeResponse.Url
getset

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: