Search Results for

    Show / Hide Table of Contents

    Class PointOfSaleDataForResponse

    Inheritance
    object
    PointOfSaleDataForResponse
    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 PointOfSaleDataForResponse

    Properties

    EmvData

    EMV data of the card as tag/value pairs.

    Declaration
    public IList<EmvDataItem> EmvData { get; set; }
    Property Value
    Type Description
    IList<EmvDataItem>

    PanLast4Digits

    Last 4 digits of the PAN

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

    PinRetryCounter

    Number of PIN retries

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