Click or drag to resize

IAtomiaBillingApiGetAllowedObjects Method

Gets the allowed objects.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
IList<AuthorizationSchemaObject> GetAllowedObjects(
	IList<AuthorizationSchemaObject> objects
)

Parameters

objects
Type: System.Collections.GenericIListAuthorizationSchemaObject
The objects.

Return Value

Type: IListAuthorizationSchemaObject
List of allowed objects.
See Also