CashLoadingLocationCoordinates

public struct CashLoadingLocationCoordinates : Codable, Sendable

The cash loading location coordinates model.

  • The latitude.

    Declaration

    Swift

    public let latitude: String?
  • The longitude.

    Declaration

    Swift

    public let longitude: String?