PayeeLocation
public struct PayeeLocation : Codable, Equatable
Payee location model
-
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