More...
|
| RefundResponse (string refundReference=default(string), string id=default(string), string url=default(string), string refundType=default(string), string refundAmount=default(string), FeeRefundResponse feeRefund=default(FeeRefundResponse), string status=default(string), string confirmationNumber=default(string), string refundDate=default(string), string refundEntryDate=default(string), string expectedRefundSettlementDate=default(string), Dictionary< string, string > customFields=default(Dictionary< string, string >), string comments=default(string), SourcePayment sourcePayment=default(SourcePayment), PaymentNetworkResponseVo paymentNetworkResponse=default(PaymentNetworkResponseVo), AuditInfoVo auditInfo=default(AuditInfoVo)) |
| Initializes a new instance of the RefundResponse 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 (RefundResponse input) |
| Returns true if RefundResponse instances are equal More...
|
|
override int | GetHashCode () |
| Gets the hash code More...
|
|
|
string | RefundReference [get, set] |
| The unique identifier in the client system for the refund. More...
|
|
string | Id [get, set] |
| The unique identifier assigned by EBPP to the refund. More...
|
|
string | Url [get, set] |
| This URL fetches the details of refund. More...
|
|
string | RefundAmount [get, set] |
| The refund amount upto 2 decimal places. More...
|
|
FeeRefundResponse | FeeRefund [get, set] |
| Gets or Sets FeeRefund More...
|
|
string | ConfirmationNumber [get, set] |
| The confirmation number or reference provided to the customer for the refund. More...
|
|
string | RefundDate [get, set] |
| The date on which the refund is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD. More...
|
|
string | RefundEntryDate [get, set] |
| The date on which the refund captured in EBPP. It must be in ISO8601 full-date format, namely, YYYY-MM-DD. More...
|
|
string | ExpectedRefundSettlementDate [get, set] |
| The date by which the credits would be posted to the original funding account. ISO8601 full-date format, YYYY-MM-DD 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. 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...
|
|
SourcePayment | SourcePayment [get, set] |
| Gets or Sets SourcePayment More...
|
|
PaymentNetworkResponseVo | PaymentNetworkResponse [get, set] |
| Gets or Sets PaymentNetworkResponse More...
|
|
AuditInfoVo | AuditInfo [get, set] |
| Gets or Sets AuditInfo More...
|
|
This class subject to change without prior notice, Please dont use this class directly.
Orbipay.PaymentsApi.Client.Models.RefundResponse.RefundResponse |
( |
string |
refundReference = default(string) , |
|
|
string |
id = default(string) , |
|
|
string |
url = default(string) , |
|
|
string |
refundType = default(string) , |
|
|
string |
refundAmount = default(string) , |
|
|
FeeRefundResponse |
feeRefund = default(FeeRefundResponse) , |
|
|
string |
status = default(string) , |
|
|
string |
confirmationNumber = default(string) , |
|
|
string |
refundDate = default(string) , |
|
|
string |
refundEntryDate = default(string) , |
|
|
string |
expectedRefundSettlementDate = default(string) , |
|
|
Dictionary< string, string > |
customFields = default(Dictionary<string, string>) , |
|
|
string |
comments = default(string) , |
|
|
SourcePayment |
sourcePayment = default(SourcePayment) , |
|
|
PaymentNetworkResponseVo |
paymentNetworkResponse = default(PaymentNetworkResponseVo) , |
|
|
AuditInfoVo |
auditInfo = default(AuditInfoVo) |
|
) |
| |
Initializes a new instance of the RefundResponse class.
- Parameters
-
refundReference | The unique identifier in the client system for the refund.. |
id | The unique identifier assigned by EBPP to the refund.. |
url | This URL fetches the details of refund.. |
refundType | The portion of the payment amount that is to be or has been refunded. The original payment can be refunded fully including the amount and the fee components, or partially, for just the amount or the fee component. Refund can also be initiated for an arbitrary amount limited by the original payment amount.. |
refundAmount | The refund amount upto 2 decimal places.. |
feeRefund | feeRefund. |
status | The status of the refund.. |
confirmationNumber | The confirmation number or reference provided to the customer for the refund.. |
refundDate | The date on which the refund is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.. |
refundEntryDate | The date on which the refund captured in EBPP. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.. |
expectedRefundSettlementDate | The date by which the credits would be posted to the original funding account. ISO8601 full-date format, YYYY-MM-DD. |
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.. |
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.. |
sourcePayment | sourcePayment. |
paymentNetworkResponse | paymentNetworkResponse. |
auditInfo | auditInfo. |
override bool Orbipay.PaymentsApi.Client.Models.RefundResponse.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
input | Object to be compared |
- Returns
- Boolean
bool Orbipay.PaymentsApi.Client.Models.RefundResponse.Equals |
( |
RefundResponse |
input | ) |
|
Returns true if RefundResponse instances are equal
- Parameters
-
- Returns
- Boolean
override int Orbipay.PaymentsApi.Client.Models.RefundResponse.GetHashCode |
( |
| ) |
|
Gets the hash code
- Returns
- Hash code
virtual string Orbipay.PaymentsApi.Client.Models.RefundResponse.ToJson |
( |
| ) |
|
|
virtual |
Returns the JSON string presentation of the object
- Returns
- string
override string Orbipay.PaymentsApi.Client.Models.RefundResponse.ToString |
( |
| ) |
|
Returns the string presentation of the object
- Returns
- string
AuditInfoVo Orbipay.PaymentsApi.Client.Models.RefundResponse.AuditInfo |
|
getset |
string Orbipay.PaymentsApi.Client.Models.RefundResponse.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.
string Orbipay.PaymentsApi.Client.Models.RefundResponse.ConfirmationNumber |
|
getset |
The confirmation number or reference provided to the customer for the refund.
The confirmation number or reference provided to the customer for the refund.
Dictionary<string, string> Orbipay.PaymentsApi.Client.Models.RefundResponse.CustomFields |
|
getset |
string Orbipay.PaymentsApi.Client.Models.RefundResponse.ExpectedRefundSettlementDate |
|
getset |
The date by which the credits would be posted to the original funding account. ISO8601 full-date format, YYYY-MM-DD
The date by which the credits would be posted to the original funding account. ISO8601 full-date format, YYYY-MM-DD
string Orbipay.PaymentsApi.Client.Models.RefundResponse.Id |
|
getset |
The unique identifier assigned by EBPP to the refund.
The unique identifier assigned by EBPP to the refund.
Gets or Sets PaymentNetworkResponse
string Orbipay.PaymentsApi.Client.Models.RefundResponse.RefundAmount |
|
getset |
The refund amount upto 2 decimal places.
The refund amount upto 2 decimal places.
string Orbipay.PaymentsApi.Client.Models.RefundResponse.RefundDate |
|
getset |
The date on which the refund is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.
The date on which the refund is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.
string Orbipay.PaymentsApi.Client.Models.RefundResponse.RefundEntryDate |
|
getset |
The date on which the refund captured in EBPP. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.
The date on which the refund captured in EBPP. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.
string Orbipay.PaymentsApi.Client.Models.RefundResponse.RefundReference |
|
getset |
The unique identifier in the client system for the refund.
The unique identifier in the client system for the refund.
SourcePayment Orbipay.PaymentsApi.Client.Models.RefundResponse.SourcePayment |
|
getset |
string Orbipay.PaymentsApi.Client.Models.RefundResponse.Url |
|
getset |
This URL fetches the details of refund.
This URL fetches the details of refund.
The documentation for this class was generated from the following file: