Package com. arcxp. commerce. models
Types
Link copied to clipboard
data class ActivePaywallRule( val id: Int, val conditions: HashMap<String, RuleCondition>?, val e: List<Any>, val cc: String?, val cl: String?, val rt: Int, val budget: RuleBudget)
Content copied to clipboard
Link copied to clipboard
data class ArcXPActivePaywallRules(val response: List<ActivePaywallRule>)
Content copied to clipboard
Link copied to clipboard
data class GiftRedeemInfo( val redeemCode: String?, val sku: String?, val priceCode: String?)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@JsonClass(generateAdapter = true )
Content copied to clipboard