# Flipdish.ProcessingFeeConfig

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**StoreId** | **Number** | Store Id | [optional] 
**PaymentAccountType** | **String** | Payment account type | [optional] 
**PercentFee** | **Number** | Percent fee to customer, including VAT | [optional] 
**FixedFee** | **Number** | Fixed fee to customer, including VAT | [optional] 


<a name="PaymentAccountTypeEnum"></a>
## Enum: PaymentAccountTypeEnum


* `Card` (value: `"Card"`)

* `Cash` (value: `"Cash"`)

* `Ideal` (value: `"Ideal"`)

* `Bancontact` (value: `"Bancontact"`)

* `Giropay` (value: `"Giropay"`)

* `Eps` (value: `"Eps"`)

* `Emv` (value: `"Emv"`)

* `PayPal` (value: `"PayPal"`)

* `PayGreen` (value: `"PayGreen"`)

* `GoogleWalletToken` (value: `"GoogleWalletToken"`)




