CashLoadingLocationModel

@Serializable
data class CashLoadingLocationModel(val storeNetworkId: String, val storeName: String, val address: StoreAddressModel, val phones: List<String> = emptyList(), val distance: Double?, val coordinates: CoordinatesModel?, val merchantInformation: MerchantInformationModel)

Cash loading location.

Constructors

Link copied to clipboard
constructor(storeNetworkId: String, storeName: String, address: StoreAddressModel, phones: List<String> = emptyList(), distance: Double?, coordinates: CoordinatesModel?, merchantInformation: MerchantInformationModel)

Properties

Link copied to clipboard
@SerialName(value = "address")
val address: StoreAddressModel

Details of a store address

Link copied to clipboard
@SerialName(value = "coordinates")
val coordinates: CoordinatesModel?

Store coordinates

Link copied to clipboard
@SerialName(value = "distance")
val distance: Double?

Distance of the store to the provided

Link copied to clipboard
@SerialName(value = "merchant_information")
val merchantInformation: MerchantInformationModel

Merchant information

Link copied to clipboard
@SerialName(value = "phones")
val phones: List<String>

List of store phone numbers

Link copied to clipboard
@SerialName(value = "store_name")
val storeName: String

Name under which the store is doing business

Link copied to clipboard
@SerialName(value = "store_network_id")
val storeNetworkId: String

Unique identifier of the store set by the network