Class AnybillSecurityExtension
Anybill extensions to the security object of the version '1.0.0' of the DFKA.
Inheritance
System.Object
AnybillSecurityExtension
Namespace: anybill.POS.Client.Models.Bill.Security.Extension
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class AnybillSecurityExtension
Properties
TseFailure
Specifies if TSE check has failed.
Declaration
public bool TseFailure { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TseRequired
Specifies if TSE is required. Default value is true
Declaration
public bool TseRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |