Click or drag to resize

IAtomiaBillingApiAllowUser Method

Allows the user to access operation operationName.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void AllowUser(
	string username,
	string operationName,
	Guid accountId
)

Parameters

username
Type: SystemString
The username.
operationName
Type: SystemString
Name of the operation.
accountId
Type: SystemGuid
The account id.
See Also