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. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo. More...
|
|
Dictionary< string, string > | CustomFields [get, set] |
| The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com">suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests. 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. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.. |
customFields | The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com">suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests.. |
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. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.
Dictionary<string, string> Orbipay.PaymentsApi.Client.Models.CreateRefundRequest.CustomFields |
|
getset |
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: