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

More...

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

Public Member Functions

 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...
 

Properties

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 &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>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...
 

Detailed Description

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

Constructor & Destructor Documentation

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
refundReferenceThe unique identifier in the client system for the refund..
idThe unique identifier assigned by EBPP to the refund..
urlThis URL fetches the details of refund..
refundTypeThe 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..
refundAmountThe refund amount upto 2 decimal places..
feeRefundfeeRefund.
statusThe status of the refund..
confirmationNumberThe confirmation number or reference provided to the customer for the refund..
refundDateThe date on which the refund is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD..
refundEntryDateThe date on which the refund captured in EBPP. It must be in ISO8601 full-date format, namely, YYYY-MM-DD..
expectedRefundSettlementDateThe date by which the credits would be posted to the original funding account. ISO8601 full-date format, YYYY-MM-DD.
customFieldsThe 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 &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>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..
commentsComments 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..
sourcePaymentsourcePayment.
paymentNetworkResponsepaymentNetworkResponse.
auditInfoauditInfo.

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if RefundResponse instances are equal

Parameters
inputInstance of RefundResponse to be compared
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

Property Documentation

AuditInfoVo Orbipay.PaymentsApi.Client.Models.RefundResponse.AuditInfo
getset

Gets or Sets AuditInfo

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

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 &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>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.

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 &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>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.

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

FeeRefundResponse Orbipay.PaymentsApi.Client.Models.RefundResponse.FeeRefund
getset

Gets or Sets FeeRefund

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.

PaymentNetworkResponseVo Orbipay.PaymentsApi.Client.Models.RefundResponse.PaymentNetworkResponse
getset

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

Gets or Sets SourcePayment

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: