# Cyclos4102Api.AccountPermissions

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account** | [**AccountWithCurrency**](AccountWithCurrency.md) | The account | [optional] 
**systemPayments** | [**[RelatedTransferType]**](RelatedTransferType.md) | Payment types allowed to be performed to system accounts. | [optional] 
**userPayments** | [**[RelatedTransferType]**](RelatedTransferType.md) | Payment types allowed to be performed to other users | [optional] 
**selfPayments** | [**[RelatedTransferType]**](RelatedTransferType.md) | Payment types allowed to be performed to other self accounts. Only returned for user accounts.  | [optional] 
**posPayments** | [**[RelatedTransferType]**](RelatedTransferType.md) | Payment types allowed to be used on POS (receive payments from other users). Only returned for user accounts.          | [optional] 


