Class LaybuyStatus
Provides various constant values used by/with Laybuy.
Inherited Members
Namespace: Yort.Laybuy.InStore
Assembly: Yort.Laybuy.InStore.dll
Syntax
public static class LaybuyStatusFields
| Improve this Doc View SourceError
Indicates an unsuccessful call to the Laybuy API (see Result).
Declaration
public const string Error = "ERROR"Field Value
| Type | Description | 
|---|---|
| String | 
Success
Indicates a successful call to the Laybuy API (see Result).
Declaration
public const string Success = "SUCCESS"Field Value
| Type | Description | 
|---|---|
| String |