Interface IReceiptResponse
Response object after successfully adding a new receipt
public interface IReceiptResponse
Properties
BillId
Id of the receipt.
Guid BillId { get; set; }
Response object after successfully adding a new receipt
public interface IReceiptResponse
Id of the receipt.
Guid BillId { get; set; }