CashPickupLocation
public struct CashPickupLocation : Codable, Sendable
Cash pickup location model.
-
The unique UUID of the cash pickup location.
Declaration
Swift
public let locationUuid: String -
The name of the cash pickup location.
Declaration
Swift
public let name: String -
The address of the cash pickup location.
Declaration
Swift
public let address: String? -
The network to which this cash pickup location belongs.
Declaration
Swift
public let network: String -
The type of location.
Declaration
Swift
public let typeString: String -
The type of location. Check
typeStringifnil.Declaration
Swift
public var type: CashPickupLocationType? { get }
View on GitHub