Class ErrorResponse
public class ErrorResponse
- Inheritance
-
ErrorResponse
- Inherited Members
- Extension Methods
Constructors
ErrorResponse()
public ErrorResponse()
Properties
Category
public string Category { get; set; }
Property Value
Code
public string Code { get; set; }
Property Value
Details
public Detail[] Details { get; set; }
Property Value
- Detail[]
Message
public string Message { get; set; }
Property Value
Reference
public string Reference { get; set; }
Property Value
Validation
public CreditCardValidation Validation { get; set; }