Class BamboraErrorResponse
- Namespace
- InSite.Domain.Integrations.Bambora
- Assembly
- Shift.Sdk.dll
public class BamboraErrorResponse
- Inheritance
-
BamboraErrorResponse
- Inherited Members
- Extension Methods
Constructors
BamboraErrorResponse()
public BamboraErrorResponse()
Properties
category
public int category { get; set; }
Property Value
code
public int code { get; set; }
Property Value
details
public BamboraDetail[] details { get; set; }
Property Value
message
public string message { get; set; }