title: GeoCode
type: object
description: >-
  Data model for the complex type GeoCode. Indicates the geographic location
  from where the transaction was initiated.
properties:
  latitude:
    type: string
    description: Latitude of the Party.
    example: '+45.4215'
  longitude:
    type: string
    description: Longitude of the Party.
    example: '+75.6972'
required:
  - latitude
  - longitude
