Search Results for

    Show / Hide Table of Contents

    Class ServiceLocationData

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

    Properties

    Address

    Address where the cardholder received the service

    Declaration
    public ServiceLocationAddress Address { get; set; }
    Property Value
    Type Description
    ServiceLocationAddress

    GeoCoordinates

    Geographical coordinates where the cardholder received the service. Geographical coordinates in decimal degree (DD) format Latitude,Longitude where Latitude and Longitude are floating point numbers with the unit degree. Integer and decimal digits are separated by a dot. East and north are indicated by positive numbers whereas west and south have negative ones.

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