Get Private Store Collection Result
data class GetPrivateStoreCollectionResult(val allSubscriptions: Boolean? = null, 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, 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)