Get Private Store Collection Result
data class GetPrivateStoreCollectionResult(val allSubscriptions: Boolean? = null, val appliedRules: List<RuleResponse>, val approveAllItems: Boolean, val approveAllItemsModifiedAt: String, val claim: String? = null, val collectionId: String, val collectionName: String? = null, val enabled: Boolean? = null, val id: String, val name: String, val numberOfOffers: Double, val subscriptionsList: List<String>? = null, val systemData: SystemDataResponse, val type: String)
The Collection data structure.
Constructors
Link copied to clipboard
fun GetPrivateStoreCollectionResult(allSubscriptions: Boolean? = null, appliedRules: List<RuleResponse>, approveAllItems: Boolean, approveAllItemsModifiedAt: String, claim: String? = null, collectionId: String, collectionName: String? = null, enabled: Boolean? = null, id: String, name: String, numberOfOffers: Double, subscriptionsList: List<String>? = null, systemData: SystemDataResponse, type: String)