Class RegisterTerminalLtResponse
- Namespace
- RetailForce.Fiscalisation.Implementation.Lithuania
- Assembly
- RetailForce.Fiscalisation.Model.dll
public class RegisterTerminalLtResponse
- Inheritance
-
RegisterTerminalLtResponse
- Inherited Members
Properties
CashRegisterRegistrationID
Gets or sets the unique identifier for the cash register registration.
public string CashRegisterRegistrationID { get; set; }
Property Value
CashRegisterRegistrationNo
Gets or sets the registration number of the cash register.
public string CashRegisterRegistrationNo { get; set; }
Property Value
SecurityModuleRegistrationNo
Gets or sets the registration number of the security module.
public string SecurityModuleRegistrationNo { get; set; }
Property Value
TransportModuleCertificatePfx
Gets or sets the certificate in PFX format used for securing the transport module.
public string TransportModuleCertificatePfx { get; set; }
Property Value
TransportModuleCertificatePrivateKeySecretEncrypted
Gets or sets the encrypted private key for the transport module certificate.
public string TransportModuleCertificatePrivateKeySecretEncrypted { get; set; }