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

More...

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

Public Member Functions

 CreateRefundRequest (string refundReference=default(string), string refundAmount=default(string), FeeRefundRequest feeRefund=default(FeeRefundRequest), string comments=default(string), Dictionary< string, string > customFields=default(Dictionary< string, string >))
 Initializes a new instance of the CreateRefundRequest 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 (CreateRefundRequest input)
 Returns true if CreateRefundRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string RefundReference [get, set]
 The unique identifier in the client system for the refund. More...
 
string RefundAmount [get, set]
 The refund amount upto 2 decimal places. More...
 
FeeRefundRequest FeeRefund [get, set]
 Gets or Sets FeeRefund More...
 
string Comments [get, set]
 Comments that can be used to recollect the operation performed on the resource object. More...
 
Dictionary< string, string > CustomFields [get, set]
 The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.CreateRefundRequest.CreateRefundRequest ( string  refundReference = default(string),
string  refundAmount = default(string),
FeeRefundRequest  feeRefund = default(FeeRefundRequest),
string  comments = default(string),
Dictionary< string, string >  customFields = default(Dictionary<string, string>) 
)

Initializes a new instance of the CreateRefundRequest class.

Parameters
refundReferenceThe unique identifier in the client system for the refund..
refundAmountThe refund amount upto 2 decimal places..
feeRefundfeeRefund.
commentsComments that can be used to recollect the operation performed on the resource object..
customFieldsThe additional information or meta-information that EBPP can accept, maintain and transmit back to the client..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if CreateRefundRequest instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.CreateRefundRequest.Comments
getset

Comments that can be used to recollect the operation performed on the resource object.

Comments that can be used to recollect the operation performed on the resource object.

Dictionary<string, string> Orbipay.PaymentsApi.Client.Models.CreateRefundRequest.CustomFields
getset

The additional information or meta-information that EBPP can accept, maintain and transmit back to the client.

The additional information or meta-information that EBPP can accept, maintain and transmit back to the client.

FeeRefundRequest Orbipay.PaymentsApi.Client.Models.CreateRefundRequest.FeeRefund
getset

Gets or Sets FeeRefund

string Orbipay.PaymentsApi.Client.Models.CreateRefundRequest.RefundAmount
getset

The refund amount upto 2 decimal places.

The refund amount upto 2 decimal places.

string Orbipay.PaymentsApi.Client.Models.CreateRefundRequest.RefundReference
getset

The unique identifier in the client system for the refund.

The unique identifier in the client system for the refund.


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