Table of Contents

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

int

code

public int code { get; set; }

Property Value

int

details

public BamboraDetail[] details { get; set; }

Property Value

BamboraDetail[]

message

public string message { get; set; }

Property Value

string