CashLoadingLocation

public struct CashLoadingLocation : Codable, Sendable

The cash loading location model.

  • Unique identifier of the store set by the network.

    Declaration

    Swift

    public let storeNetworkId: String
  • Name under which the store is doing business.

    Declaration

    Swift

    public let storeName: String
  • Details of a store address.

    Declaration

    Swift

    public let address: OptionalAddress
  • Array of store phone numbers.

    Declaration

    Swift

    public let phones: [String]?
  • Distance of the store to the provided.

    Declaration

    Swift

    public let distance: Double?
  • Store coordinates.

    Declaration

    Swift

    public let coordinates: CashLoadingLocationCoordinates?
  • The merchant information.

    Declaration

    Swift

    public let merchantInformation: CashLoadingLocationMerchantInformation