Click or drag to resize

TransactionsGetTransactions Method


Namespace: NeoAxis.CloudServer
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static TransactionsGetTransactionsResult GetTransactions(
	long? transactionID = null,
	long? userID = null,
	string? type = null,
	string? anyData = null
)

Parameters

transactionID  NullableInt64  (Optional)
 
userID  NullableInt64  (Optional)
 
type  String  (Optional)
 
anyData  String  (Optional)
 

Return Value

TransactionsGetTransactionsResult
See Also