Class ApiActionResponseForRefund
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class ApiActionResponseForRefund
Properties
OperationId
A globally unique identifier of the operation, generated by you.
We advise you to submit a UUID or an identifier composed of an arbitrary string
and a UUID/URL-safe Base64 UUID (RFC 4648 §5).
It's used to detect duplicate requests or to reference an operation in
technical reversals.
Declaration
public string OperationId { get; set; }
Property Value
Type | Description |
---|---|
string |
Refund
A summary of the refund used for responses
Declaration
public ApiRefundSummaryForResponse Refund { get; set; }
Property Value
Type | Description |
---|---|
ApiRefundSummaryForResponse |
Responder
The party that originated the response
Declaration
public string Responder { get; set; }
Property Value
Type | Description |
---|---|
string |
ResponseCode
Numeric response code, e.g. 0000, 0005
Declaration
public string ResponseCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ResponseCodeCategory
Category of response code.
Declaration
public string ResponseCodeCategory { get; set; }
Property Value
Type | Description |
---|---|
string |
ResponseCodeDescription
Description of the response code
Declaration
public string ResponseCodeDescription { get; set; }
Property Value
Type | Description |
---|---|
string |