Share via


RequestApprovalProperties interface

Approval request resource properties

Properties

isClosed

Gets a value indicating whether the request is closed

messageCode

Gets or sets the request approval message code

offerDisplayName

Gets offer display name

offerId

Gets or sets unique offer id.

plansDetails

Gets or sets the plans details

publisherId

The offer's publisher id

Property Details

isClosed

Gets a value indicating whether the request is closed

isClosed?: boolean

Property Value

boolean

messageCode

Gets or sets the request approval message code

messageCode?: number

Property Value

number

offerDisplayName

Gets offer display name

offerDisplayName?: string

Property Value

string

offerId

Gets or sets unique offer id.

offerId?: string

Property Value

string

plansDetails

Gets or sets the plans details

plansDetails?: PlanDetails[]

Property Value

publisherId

The offer's publisher id

publisherId?: string

Property Value

string