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
constructor(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)
Properties
Link copied to clipboard
Indicating whether all subscriptions are selected (=true) or not (=false).
Link copied to clipboard
Gets list of collection rules
Link copied to clipboard
Indicating whether all items are approved for this collection (=true) or not (=false).
Link copied to clipboard
Gets the modified date of all items approved.
Link copied to clipboard
Gets collection Id.
Link copied to clipboard
Gets or sets collection name.
Link copied to clipboard
Gets the number of offers associated with the collection.
Link copied to clipboard
Gets or sets subscription ids list. Empty list indicates all subscriptions are selected, null indicates no update is done, explicit list indicates the explicit selected subscriptions. On insert, null is considered as bad request
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource