MoneyBalanceReply

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	MoneyBalanceReply Low Trusted Zerocoded
	{
		MoneyData			Single
		{	AgentID				LLUUID  }
		{	TransactionID		LLUUID	}
		{	TransactionSuccess	BOOL	}	
		{	MoneyBalance		S32	}
		{	SquareMetersCredit	S32	}
		{	SquareMetersCommitted	S32	}
		{	Description			Variable 1	}	
	}
}

Usage and Notes