CloudServiceFunctionsUserTransactionsRequestProjectInAppPurchaseAsync Method |
Namespace: NeoAxis.NetworkingAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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