Class ResponseError
- Namespace
- RetailForce.Fiscalisation.Implementation.Canada.Models
- Assembly
- RetailForce.Fiscalisation.Model.dll
public class ResponseError
- Inheritance
-
ResponseError
- Inherited Members
Properties
FiscalDocumentNumber
The number of the transaction containing an error in the case of a Transaction request
[JsonProperty("fiscalDocumentNumber")]
public string FiscalDocumentNumber { get; set; }
Property Value
Id
Error message identifier.
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Message
Error message returned from the WEB-SRM
[JsonProperty("message")]
public string Message { get; set; }
Property Value
ReturnCode
Return code of the error message
[JsonProperty("returnCode")]
public string ReturnCode { get; set; }