Class LaybuyApiResponseBase
Provides properties for values that (can) appear on all (any) API responses.
Inheritance
LaybuyApiResponseBase
Inherited Members
Namespace: Yort.Laybuy.InStore
Assembly: Yort.Laybuy.InStore.dll
Syntax
public abstract class LaybuyApiResponseBase
Properties
| Improve this Doc View SourceError
A human readable description of the error that occurred.
Declaration
[JsonProperty("error")]
public string Error { get; set; }
Property Value
Type | Description |
---|---|
String |
Result
The result of the API call, usually one of the LaybuyStatus for success or failure.
Declaration
[JsonProperty("result")]
public string Result { get; set; }
Property Value
Type | Description |
---|---|
String |