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

More...

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

Public Member Functions

 FeeRefundResponse (string feeRefundAmount=default(string), string feeType=default(string))
 Initializes a new instance of the FeeRefundResponse 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 (FeeRefundResponse input)
 Returns true if FeeRefundResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string FeeRefundAmount [get, set]
 The refunded fee amount upto 2 decimal places. More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.FeeRefundResponse.FeeRefundResponse ( string  feeRefundAmount = default(string),
string  feeType = default(string) 
)

Initializes a new instance of the FeeRefundResponse class.

Parameters
feeRefundAmountThe refunded fee amount upto 2 decimal places..
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..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if FeeRefundResponse instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.FeeRefundResponse.FeeRefundAmount
getset

The refunded fee amount upto 2 decimal places.

The refunded fee amount upto 2 decimal places.


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