# Flipdish.SignupStep

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Action** | **String** | Action needs to take | [optional] 
**Question** | **String** | Question in case Action == Question | [optional] 
**PredefinedAnswers** | [**[PredefinedAnswer]**](PredefinedAnswer.md) | Predefined answer in case Action == Question | [optional] 


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


* `Question` (value: `"Question"`)

* `StoreLocation` (value: `"StoreLocation"`)

* `PaymentSubscription` (value: `"PaymentSubscription"`)

* `StoreName` (value: `"StoreName"`)




