Table of Contents

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

string

Id

Error message identifier.

[JsonProperty("id")]
public string Id { get; set; }

Property Value

string

Message

Error message returned from the WEB-SRM

[JsonProperty("message")]
public string Message { get; set; }

Property Value

string

ReturnCode

Return code of the error message

[JsonProperty("returnCode")]
public string ReturnCode { get; set; }

Property Value

string