Interface IStoreHistoryResponse
Response object after requesting a store history.
Inherited Members
Namespace: anybill.POS.Client.Models.Store.Response
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public interface IStoreHistoryResponse : IStoreResponse
Properties
CreatedAt
DateTime of the created store history
Declaration
DateTimeOffset CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
IsDeleted
Flag if StoreHistory ist marked as isDeleted
Declaration
bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |