IRemoteFinancialSystem

From Virtual World Web Wiki
Revision as of 13:12, 5 July 2018 by Spark5 (Talk | contribs) (Documentation for the IRemoteFinancialSystem class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Exposes some of the functionality of IFinancialSystem to outside applications with appropriate consumer credentials

Remarks [edit]

Methods

Guid? Collect(Guid financialCurrencyID, Guid entityID, Decimal amount)
Collects (takes) some amount of a virtual currency from a player
Decimal GetBalance(Guid financialCurrencyID, Guid entityID)
Checks the balance of a player's account for the specified virtual currency
Guid? Payout(Guid financialCurrencyID, Guid entityID, Decimal amount)
Pays (gives) some amount of a virtual currency to a player
bool Ping()
Tests if your connection to the API endpoint is working