Class GeoCoordinates
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class GeoCoordinates
Properties
Latitude
Latitude of the service location
Declaration
public decimal? Latitude { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
Longitude
Longitude of the service location
Declaration
public decimal? Longitude { get; set; }
Property Value
Type | Description |
---|---|
decimal? |