Interface IDeleteStoreResponse
Response object after deleting a store.
Namespace: anybill.POS.Client.Models.Store.Response
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public interface IDeleteStoreResponse
Properties
IsSuccess
Flag if store could delete successfully
Declaration
bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |