Click or drag to resize

CloudServiceFunctionsUserTransactionsRequestProjectInAppPurchaseAsync Method


Namespace: NeoAxis.Networking
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Task<CloudServiceExecuteCommandResultClass> UserTransactionsRequestProjectInAppPurchaseAsync(
	long projectID,
	long senderID,
	double amount,
	string description,
	string requestID = null,
	string authToken = null,
	CancellationToken cancellationToken = default
)

Parameters

projectID  Int64
 
senderID  Int64
 
amount  Double
 
description  String
 
requestID  String  (Optional)
 
authToken  String  (Optional)
 
cancellationToken  CancellationToken  (Optional)
 

Return Value

TaskCloudServiceExecuteCommandResultClass
See Also