Table of Contents

Interface IDeleteStoreResponse

Namespace
anybill.POS.Client.Models.Store.Response
Assembly
anybill.POS.Client.Abstractions.dll

Response object after deleting a store.

public interface IDeleteStoreResponse

Properties

IsSuccess

Flag if store could delete successfully

bool IsSuccess { get; set; }

Property Value

bool