Table of Contents

Class SecuredFieldsLithuania

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

The secured fields.

public sealed class SecuredFieldsLithuania : SecuredFields
Inheritance
object
SecuredFieldsLithuania
Inherited Members

Remarks

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

Properties

AllowedApplicationVersions

The list of allowed application versions

[JsonProperty(PropertyName = "AllowedApplicationVersions")]
public List<string>? AllowedApplicationVersions { get; set; }

Property Value

List<string>

Remarks

The character "|" is not allowed and will be replaced by "-".

CertifiedVersions

The list of certified versions

[JsonProperty(PropertyName = "CertifiedVersions")]
public List<string>? CertifiedVersions { get; set; }

Property Value

List<string>

Remarks

The character "|" is not allowed and will be replaced by "-".

ProdWithBeta

Indicates, if going into production with beta version was requested and confirmed with double-opt-in.

[JsonProperty(PropertyName = "ProdWithBeta")]
public bool ProdWithBeta { get; set; }

Property Value

bool