AllowedMerchantsModel

@Serializable
data class AllowedMerchantsModel(val allowedMerchantIds: List<String>? = null, val allowedMerchantNames: List<String>? = null)

Allowed Merchants.

Constructors

Link copied to clipboard
constructor(allowedMerchantIds: List<String>? = null, allowedMerchantNames: List<String>? = null)

Properties

Link copied to clipboard
@SerialName(value = "allowed_merchant_ids")
val allowedMerchantIds: List<String>? = null

Merchant ids to be accepted

Link copied to clipboard
@SerialName(value = "allowed_merchant_names")
val allowedMerchantNames: List<String>? = null

Merchant names to be accepted