MoneyTransferBackend

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	MoneyTransferBackend Low Trusted Zerocoded
	{
		MoneyData			Single
		{	TransactionID	LLUUID	}
		{ 	TransactionTime	U32	} 
		{	SourceID		LLUUID  }
		{	DestID			LLUUID	}	
		{	Flags			U8		}
		{	Amount			S32		}
		{	AggregatePermNextOwner	U8	}
		{	AggregatePermInventory	U8	}
		{	TransactionType	S32		}	
		{	Description		Variable 1	}	
	}
}

Usage and Notes