MerchantLocation

data class MerchantLocation(val city: String?, val state: String?, val zip: String?)

Data class containing the location information for a merchant.

Constructors

Link copied to clipboard
constructor(city: String?, state: String?, zip: String?)

Properties

Link copied to clipboard
val city: String?

City where the merchant is located.

Link copied to clipboard

State where the merchant is located.

Link copied to clipboard
val zip: String?

Zip code where the merchant is located.