MerchantModel

@Serializable
data class MerchantModel(val merchantId: String?, val merchantCategoryCode: String?)

Card limit.

Constructors

Link copied to clipboard
constructor(merchantId: String?, merchantCategoryCode: String?)

Properties

Link copied to clipboard
@SerialName(value = "merchant_category_code")
val merchantCategoryCode: String?

Four-digit number listed in ISO 18245 for retail financial services. An MCC is used to classify a business by the types of goods or services it provides.

Link copied to clipboard
@SerialName(value = "merchant_id")
val merchantId: String?

Unique identifier of a merchant assigned by a network for payment processing purposes.