Interface UserBillingPermissionResponse
- All Known Implementing Classes:
ImmutableUserBillingPermissionResponse
public interface UserBillingPermissionResponse
A billing relevant permission and the inventory entities a user can use the
permission with.
-
Method Summary
Modifier and TypeMethodDescriptionThe list of inventory entities the user can use with the billing permission.The name of the billing permission.
-
Method Details
-
permission
String permission()The name of the billing permission. -
entitiesForPermission
List<UserInventoryEntityResponse> entitiesForPermission()The list of inventory entities the user can use with the billing permission.
-