PayeeLocation
public struct PayeeLocation : Codable, Equatable, Sendable
Payee location model
-
Payee location id
Declaration
Swift
public let id: String
-
Payee 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