MerchantDetails

data class MerchantDetails(val name: String?, val location: MerchantLocation?, val mcc: MerchantCategory?)

Data class containing the details of a merchant.

Constructors

Link copied to clipboard
constructor(name: String?, location: MerchantLocation?, mcc: MerchantCategory?)

Properties

Link copied to clipboard

Location of the merchant.

Link copied to clipboard

Merchant category.

Link copied to clipboard
val name: String?

Name of the merchant.