MoneyHistoryReply

From Second Life Wiki
Jump to navigation Jump to search

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