More...
|
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...
|
|
This class subject to change without prior notice, Please dont use this class directly.
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
-
refundReference | The unique identifier in the client system for the refund.. |
refundAmount | The refund amount upto 2 decimal places.. |
feeRefund | feeRefund. |
comments | Comments that can be used to recollect the operation performed on the resource object.. |
customFields | The additional information or meta-information that EBPP can accept, maintain and transmit back to the client.. |
override bool Orbipay.PaymentsApi.Client.Models.CreateRefundRequest.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
input | Object 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
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 |
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: