Class PayoutErrorResponse
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payout
Assembly: connect-sdk-dotnet.dll
Syntax
public class PayoutErrorResponse
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> |
PayoutResult
Object that contains details on the created payout in case one has been created
Declaration
public PayoutResult PayoutResult { get; set; }
Property Value
| Type | Description |
|---|---|
| PayoutResult |