OpenMetaverse Protocol Library Developers API Documentation
MoneyBalanceReplyEventArgs Class
NamespacesOpenMetaverseMoneyBalanceReplyEventArgs
Contains the transaction summary when an item is purchased, money is given, or land is purchased
Declaration Syntax
C#
public 
class 
MoneyBalanceReplyEventArgs : 
EventArgs
Members
All Members Constructors Properties



Icon Member Description
MoneyBalanceReplyEventArgs(UUID, Boolean, Int32, Int32, Int32, String, TransactionInfo)
Construct a new instance of the MoneyBalanceReplyEventArgs object

Balance
Get the remaining currency balance

Description
Get the description of the transaction

MetersCommitted
Get the meters comitted

MetersCredit
Get the meters credited

Success
True of the transaction was successful

TransactionID
Get the ID of the transaction

TransactionInfo
Detailed transaction information

Inheritance Hierarchy
Object
EventArgs
  MoneyBalanceReplyEventArgs

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)