Table of Contents

Class SecuredFields

Namespace
RetailForce.Fiscalisation.Configuration
Assembly
RetailForce.Fiscalisation.Model.dll

The secured fields.

[JsonObject(MemberSerialization.OptIn, ItemNullValueHandling = NullValueHandling.Ignore)]
public abstract class SecuredFields
Inheritance
object
SecuredFields
Derived
Inherited Members

Remarks

This block is sent to the client in the configuration. It is signed to prevent manual manipulation

All new Properties need to use the 'JsonProperty' otherwise they will not be included

Properties

AdditionalData

Additional data for secured fields (this is for new attributes that are defined at server, but yet not known at client that has not yet been updated)

Automatically set after json deserialization

[JsonProperty(PropertyName = "AdditionalData")]
[JsonExtensionData]
public Dictionary<string, object>? AdditionalData { get; set; }

Property Value

Dictionary<string, object>