OfferProperties interface
model interface OfferProperties
Properties
| created |
Private store offer creation date |
| e |
Identifier for purposes of race condition |
| icon |
Icon File Uris |
| is |
Indicating whether the offer is stop sell or not. |
| modified |
Private store offer modification date |
| offer |
It will be displayed prominently in the marketplace |
| plans | Offer plans |
| private |
Private store unique id |
| publisher |
Publisher name that will be displayed prominently in the marketplace |
| specific |
Plan ids limitation for this offer |
| unique |
Offers unique id |
| update |
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. |
Property Details
createdAt
Private store offer creation date
createdAt?: string
Property Value
string
eTag
Identifier for purposes of race condition
eTag?: string
Property Value
string
iconFileUris
Icon File Uris
iconFileUris?: Record<string, string>
Property Value
Record<string, string>
isStopSell
Indicating whether the offer is stop sell or not.
isStopSell?: boolean
Property Value
boolean
modifiedAt
Private store offer modification date
modifiedAt?: string
Property Value
string
offerDisplayName
It will be displayed prominently in the marketplace
offerDisplayName?: string
Property Value
string
plans
privateStoreId
Private store unique id
privateStoreId?: string
Property Value
string
publisherDisplayName
Publisher name that will be displayed prominently in the marketplace
publisherDisplayName?: string
Property Value
string
specificPlanIdsLimitation
Plan ids limitation for this offer
specificPlanIdsLimitation?: string[]
Property Value
string[]
uniqueOfferId
Offers unique id
uniqueOfferId?: string
Property Value
string
updateSuppressedDueIdempotence
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.
updateSuppressedDueIdempotence?: boolean
Property Value
boolean