PayeeLocation

public struct PayeeLocation : Codable, Equatable

Payee location model

  • id

    Payee location id

    Declaration

    Swift

    public let id: String
  • Payeed id

    Declaration

    Swift

    public let payeeId: String
  • Longitude of the payee location

    Declaration

    Swift

    public let longitude: String
  • Latitude of the payee location

    Declaration

    Swift

    public let latitude: String
  • Whether or not the payee is deleted

    Declaration

    Swift

    public let deleted: Bool