Interface IUserIdResponse
Response if a new receipt was matched to a user.
public interface IUserIdResponse : IReceiptResponse
- Inherited Members
Properties
IsAssigned
Flag if receipt could be assigned to a user.
bool IsAssigned { get; }
Response if a new receipt was matched to a user.
public interface IUserIdResponse : IReceiptResponse
Flag if receipt could be assigned to a user.
bool IsAssigned { get; }