Interface ICategoryResponse
Response object after requesting a category by id.
Namespace: anybill.POS.Client.Models.Category.Response
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public interface ICategoryResponse
Properties
Id
Id of the category
Declaration
Guid Id { get; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Name of the category
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |