Class ServiceLocationData
Inherited Members
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 |