Get Private Store Offer Result
data class GetPrivateStoreOfferResult(val createdAt: String, val eTag: String? = null, val iconFileUris: Map<String, String>? = null, val id: String, val modifiedAt: String, val name: String, val offerDisplayName: String, val plans: List<PlanResponse>? = null, val privateStoreId: String, val publisherDisplayName: String, val specificPlanIdsLimitation: List<String>? = null, val type: String, val uniqueOfferId: String, val updateSuppressedDueIdempotence: Boolean? = null)
The privateStore offer data structure.
Constructors
Link copied to clipboard
constructor(createdAt: String, eTag: String? = null, iconFileUris: Map<String, String>? = null, id: String, modifiedAt: String, name: String, offerDisplayName: String, plans: List<PlanResponse>? = null, privateStoreId: String, publisherDisplayName: String, specificPlanIdsLimitation: List<String>? = null, type: String, uniqueOfferId: String, updateSuppressedDueIdempotence: Boolean? = null)
Properties
Link copied to clipboard
Icon File Uris
Link copied to clipboard
Private store offer modification date
Link copied to clipboard
It will be displayed prominently in the marketplace
Link copied to clipboard
Offer plans
Link copied to clipboard
Private store unique id
Link copied to clipboard
Publisher name that will be displayed prominently in the marketplace
Link copied to clipboard
Plan ids limitation for this offer
Link copied to clipboard
Offers unique id
Link copied to clipboard
Indicating whether the offer was not updated to db (true = not updated). If the allow list is identical to the existed one in db, the offer would not be updated.