SignUpOption
Possible sign up options
-
Name Type Description ParentPropertyName String Parent Propery Name PropertyName String Property name ValuePairs ValuePairsParentChildProperty [] Key and value pairs of the property values
Possible sign up options
| Name | Type | Description |
|---|---|---|
| ParentPropertyName | String | Parent Propery Name |
| PropertyName | String | Property name |
| ValuePairs | ValuePairsParentChildProperty [] | Key and value pairs of the property values |
{
"ParentPropertyName": "stringValue",
"PropertyName": "stringValue",
"ValuePairs": [
{
"Key": "stringValue",
"ParentKey": "stringValue",
"Value": "stringValue"
}
]
}