Skip to content

Class: default

client/apis/PremiumFeaturesAPI.default

Hierarchy

default

Table of contents

Constructors

Properties

Methods

Constructors

constructor

+ new default(client: default): default

Parameters:

Name Type
client default

Returns: default

Inherited from: default

Defined in: client/apis/PremiumFeaturesAPI.ts:17

Properties

client

client: default

Inherited from: default.client

Defined in: client/apis/BaseAPI.ts:25


options

options: BaseAPIOptions

Inherited from: default.options

Defined in: client/apis/BaseAPI.ts:26

Methods

premiumUpsellCheck

premiumUpsellCheck(options: PremiumUpsellCheckOptions): Promise<unknown>

Parameters:

Name Type
options PremiumUpsellCheckOptions

Returns: Promise<unknown>

Defined in: client/apis/PremiumFeaturesAPI.ts:25


request

request(options: BaseAPIRequestOptions): Promise<RESTResponseDataType>

Parameters:

Name Type
options BaseAPIRequestOptions

Returns: Promise<RESTResponseDataType>

Inherited from: default

Defined in: client/apis/BaseAPI.ts:33


validateUserMembership

validateUserMembership(options: ValidateUserMembershipOptions): Promise<boolean>

Parameters:

Name Type
options ValidateUserMembershipOptions

Returns: Promise<boolean>

Defined in: client/apis/PremiumFeaturesAPI.ts:37