MoneyHistoryReply

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Message Layout

{
	MoneyHistoryReply Low NotTrusted Zerocoded
	{
		AgentData		Single
		{	AgentID			LLUUID	}
	}
	{
		MoneyData			Single
		{	StartPeriod		S32	}
		{	EndPeriod		S32	}
		{	Balance			S32	}
		{	StartDate		Variable	1	}	
		{	TaxEstimate		S32	}
		{	StipendEstimate	S32	}
		{	BonusEstimate	S32	}
	}
	{
		HistoryData			Variable
		{	Description		Variable	1	}	
		{	Amount			S32	}
	}
}

Usage and Notes