Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Offer

Description of Offer.

Properties

Optional buyerCompartmentId

buyerCompartmentId: undefined | string

OCID of the buyer's tenancy (root compartment).

Optional buyerInformation

buyerInformation: model.BuyerInformation

definedTags

definedTags: object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Type declaration

  • [key: string]: object
    • [key: string]: any

Optional description

description: undefined | string

The description of the offer

displayName

displayName: string

Offer Identifier, can be renamed

Optional duration

duration: undefined | string

Duration the Offer will be active after its start date. An ISO8601 extended formatted string.

freeformTags

freeformTags: object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {@code {"bar-key": "value"}}

Type declaration

  • [key: string]: string

id

id: string

Unique identifier that is immutable on creation

Optional lifecycleDetails

lifecycleDetails: undefined | string

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

lifecycleState

lifecycleState: LifecycleState

The current state of the Offer.

Optional offerStatus

offerStatus: OfferStatus

A substate for lifeCycleStatus to give a more human readable version of the offer

Optional pricing

pricing: model.Pricing

Optional publisherSummary

publisherSummary: model.PublisherSummary

Optional resourceBundles

resourceBundles: Array<ResourceBundle>

A list of Resource Bundles associated with an Offer.

sellerCompartmentId

sellerCompartmentId: string

OCID of the seller's tenancy (root compartment).

Optional sellerInformation

sellerInformation: model.SellerInformation

Optional timeAcceptBy

timeAcceptBy: Date

The time the Offer must be accepted by the Buyer before the Offer becomes invalid. An RFC3339 formatted datetime string

Optional timeAccepted

timeAccepted: Date

The time the Offer was accepted by the Buyer of the Offer. An RFC3339 formatted datetime string

timeCreated

timeCreated: Date

The time the the Offer was created. An RFC3339 formatted datetime string

Optional timeOfferEnd

timeOfferEnd: Date

The time the accepted Offer will end. An RFC3339 formatted datetime string

Optional timeStartDate

timeStartDate: Date

The time the Offer will become active after it has been accepted by the Buyer. An RFC3339 formatted datetime string

Optional timeUpdated

timeUpdated: Date

The time the Offer was updated. An RFC3339 formatted datetime string

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Offer): object

getJsonObj

  • getJsonObj(obj: Offer): object