Skip to content

Class: default

client/apis/EconomyAPI.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/EconomyAPI.ts:160

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

getAssetResaleData

getAssetResaleData(options: GetAssetResaleDataOptions): Promise<GetAssetResaleData>

Parameters:

Name Type
options GetAssetResaleDataOptions

Returns: Promise<GetAssetResaleData>

Defined in: client/apis/EconomyAPI.ts:168


getAssetResellers

getAssetResellers(options: GetAssetResellersOptions): Promise<GetAssetResellers>

Parameters:

Name Type
options GetAssetResellersOptions

Returns: Promise<GetAssetResellers>

Defined in: client/apis/EconomyAPI.ts:179


getDeveloperExchangeAbility

getDeveloperExchangeAbility(): Promise<GetDeveloperExchangeAbility>

Returns: Promise<GetDeveloperExchangeAbility>

Defined in: client/apis/EconomyAPI.ts:228


getDeveloperExchangeHelp

getDeveloperExchangeHelp(): Promise<unknown>

Returns: Promise<unknown>

Defined in: client/apis/EconomyAPI.ts:239


getDeveloperExchangeInfo

getDeveloperExchangeInfo(options: GetDeveloperExchangeInfoOptions): Promise<GetDeveloperExchangeInfo>

Parameters:

Name Type
options GetDeveloperExchangeInfoOptions

Returns: Promise<GetDeveloperExchangeInfo>

Defined in: client/apis/EconomyAPI.ts:250


getGroupCurrency

getGroupCurrency(options: GetGroupCurrencyOptions): Promise<GetGroupCurrency>

Parameters:

Name Type
options GetGroupCurrencyOptions

Returns: Promise<GetGroupCurrency>

Defined in: client/apis/EconomyAPI.ts:275


getGroupRevenueByTime

getGroupRevenueByTime(options: GetGroupRevenueSummaryInTimeFrameOptions): Promise<GetGroupRevenueSummaryInTimeFrame>

Parameters:

Name Type
options GetGroupRevenueSummaryInTimeFrameOptions

Returns: Promise<GetGroupRevenueSummaryInTimeFrame>

Defined in: client/apis/EconomyAPI.ts:297


getGroupTransactions

getGroupTransactions(options: GetGroupTransactionsOptions): Promise<GetGroupTransactions>

Parameters:

Name Type
options GetGroupTransactionsOptions

Returns: Promise<GetGroupTransactions>

Defined in: client/apis/EconomyAPI.ts:319


getResaleTaxRate

getResaleTaxRate(): Promise<GetResaleTaxRate>

Returns: Promise<GetResaleTaxRate>

Defined in: client/apis/EconomyAPI.ts:202


getSelfCurrency

getSelfCurrency(options: GetSelfCurrencyOptions): Promise<GetSelfCurrency>

Parameters:

Name Type
options GetSelfCurrencyOptions

Returns: Promise<GetSelfCurrency>

Defined in: client/apis/EconomyAPI.ts:286


getSelfRevenueSummaryByTIme

getSelfRevenueSummaryByTIme(options: GetSelfRevenueSummaryInTimeFrameOptions): Promise<GetGroupRevenueSummaryInTimeFrame>

Parameters:

Name Type
options GetSelfRevenueSummaryInTimeFrameOptions

Returns: Promise<GetGroupRevenueSummaryInTimeFrame>

Defined in: client/apis/EconomyAPI.ts:308


getSelfTransactions

getSelfTransactions(options: GetSelfTransactionsOptions): Promise<GetGroupTransactions>

Parameters:

Name Type
options GetSelfTransactionsOptions

Returns: Promise<GetGroupTransactions>

Defined in: client/apis/EconomyAPI.ts:331


getUserResellableAssetCopies

getUserResellableAssetCopies(options: GetUserResellableAssetCopiesOptions): Promise<GetUserResellableAssetCopies>

Parameters:

Name Type
options GetUserResellableAssetCopiesOptions

Returns: Promise<GetUserResellableAssetCopies>

Defined in: client/apis/EconomyAPI.ts:191


request

request(options: BaseAPIRequestOptions): Promise<RESTResponseDataType>

Parameters:

Name Type
options BaseAPIRequestOptions

Returns: Promise<RESTResponseDataType>

Inherited from: default

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


setAssetCopiesForSale

setAssetCopiesForSale(options: SetAssetCopiesOptions): Promise<unknown>

Parameters:

Name Type
options SetAssetCopiesOptions

Returns: Promise<unknown>

Defined in: client/apis/EconomyAPI.ts:213


submitDeveloperExchange

submitDeveloperExchange(options: SubmitDeveloperExchangeOptions): Promise<SubmitDeveloperExchange>

Parameters:

Name Type
options SubmitDeveloperExchangeOptions

Returns: Promise<SubmitDeveloperExchange>

Defined in: client/apis/EconomyAPI.ts:262