GetPrivateStoreOfferResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Private store offer creation date

Link copied to clipboard
val eTag: String? = null

Identifier for purposes of race condition

Link copied to clipboard
val iconFileUris: Map<String, String>? = null

Icon File Uris

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

Private store offer modification date

Link copied to clipboard

The name of the resource.

Link copied to clipboard

It will be displayed prominently in the marketplace

Link copied to clipboard
val plans: List<PlanResponse>? = null

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

The type of the resource.

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.