addressExtraFields

Get address extra fields in the company configurations. Doesn't require a Token.

Arguments

storeHashStringRequired
Store hash

Returns

an optional list of optional Objects
fieldNameString
Field name that config in you store
fieldTypeInteger
Field type of the extra field.0 means text type. 1 means textarea type. 2 means number type. 3 means dropdown type.
isRequiredBoolean
Is this field is required
defaultValueString
Default value of this field.
maximumLengthString

The maximum length of the value of this field. fieldType == 0

numberOfRowsString

The maximum number of rows of the value of this field. fieldType == 1

maximumValueString

Maximum value of the field value. fieldType == 2

listOfValuelist of optional Strings

List of all optional values for the field value. fieldType == 3

visibleToEnduserBoolean
Is this field visible to end user
labelNameString
The label name of the field.