IRemoteFinancialSystem

From Virtual World Web Wiki
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