Search Results for

    Show / Hide Table of Contents

    Class TerminalData

    Inheritance
    object
    TerminalData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Worldline.Acquiring.Sdk.V1.Domain
    Assembly: Worldline.Acquiring.Sdk.dll
    Syntax
    public class TerminalData

    Properties

    AllowSingleTap

    Indicate whether the terminal allow one single tap for a contactless transaction followed by a PIN entry if the contactless transaction is refused

    Declaration
    public bool? AllowSingleTap { get; set; }
    Property Value
    Type Description
    bool?

    CardholderActivatedTerminalLevel

    Level of security for a terminal activated with the use of a card (Cardholder Activated Terminal)

    Declaration
    public string CardholderActivatedTerminalLevel { get; set; }
    Property Value
    Type Description
    string

    CardReadingCapabilities

    Card reading capabilities of the terminal.

    Declaration
    public IList<string> CardReadingCapabilities { get; set; }
    Property Value
    Type Description
    IList<string>

    IsAttendedTerminal

    Indicate whether the terminal is attended or not

    Declaration
    public bool? IsAttendedTerminal { get; set; }
    Property Value
    Type Description
    bool?

    IsOfflineApproved

    Indicate whether the transaction is approved offline by the terminal

    Declaration
    public bool? IsOfflineApproved { get; set; }
    Property Value
    Type Description
    bool?

    OfflineAuthorizationResponseCode

    Offline authorization response code generated by the terminal. Example values:

    • Y1 - Offline approved
    • Z1 - Offline declined
    • Y3 - Unable to go online (offline approved)
    • Z3 - Unable to go online (offline declined)
    Declaration
    public string OfflineAuthorizationResponseCode { get; set; }
    Property Value
    Type Description
    string

    PinEntryCapability

    The capabilities of the terminal to enter the PIN

    • UNKNOWN : Unspecified or unknown
    • PRESENT : Terminal has PIN entry capability
    • ABSENT : Terminal does not have PIN entry capability
    • MPOS_SOFTWARE_BASED_PIN : Mobile POS with PIN entry capability
    • NOT_OPERATIVE : Terminal has PIN entry capability but PIN pad is not currently operative
    Declaration
    public string PinEntryCapability { get; set; }
    Property Value
    Type Description
    string

    TerminalId

    The identifier of the terminal

    Declaration
    public string TerminalId { get; set; }
    Property Value
    Type Description
    string

    TerminalLocation

    The location of the terminal

    Declaration
    public string TerminalLocation { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2024 Worldline Financial Services (Europe) SA