Table of Contents

Class ErrorResponse

Namespace
InSite.Domain.Payments
Assembly
Shift.Sdk.dll
public class ErrorResponse
Inheritance
ErrorResponse
Inherited Members
Extension Methods

Constructors

ErrorResponse()

public ErrorResponse()

Properties

Category

public string Category { get; set; }

Property Value

string

Code

public string Code { get; set; }

Property Value

string

Details

public Detail[] Details { get; set; }

Property Value

Detail[]

Message

public string Message { get; set; }

Property Value

string

Reference

public string Reference { get; set; }

Property Value

string

Validation

public CreditCardValidation Validation { get; set; }

Property Value

CreditCardValidation