IncentiveMerchantsModel

@Serializable
data class IncentiveMerchantsModel(val merchantIds: List<String>? = null, val merchantNames: List<String>? = null)

Incentive Merchants.

Constructors

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

Properties

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

Merchant ids to be accepted

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

Merchant names to be accepted