Class PaymentErrorResponse
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class PaymentErrorResponse
Properties
ErrorId
Unique reference, for debugging purposes, of this error response
Declaration
public string ErrorId { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
List of one or more errors
Declaration
public IList<APIError> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<APIError> |
PaymentResult
Object that contains details on the created payment in case one has been created
Declaration
public CreatePaymentResult PaymentResult { get; set; }
Property Value
Type | Description |
---|---|
CreatePaymentResult |