Modules: app/data/enum/FieldNames/onlineRegistrationFields

This file contains all the names of the fields for online registration as they are defined in the backend API.

Source:

Members


<static, constant> BABY_DATE_OF_BIRTH :string

string date of birth of baby (only when breastfeeding). Format: YYYY-MM-DDT00:00:00Z (timezone is always T00:00:00Z because we only care about the date)

Type:
  • string
Source:

<static, constant> BABY_REMINDER_EMAIL_ADDRESS :string

string email inside breastfeeding warning block

Type:
  • string
Source:

<static, constant> BILLING_ADDRESS :string

Form section containing an object with all address fields. Will be flattened before API call is made.

Type:
  • string
Source:

<static, constant> CONFIRM_EMAIL_ADDRESS :string

string email address confirm

Type:
  • string
Source:

<static, constant> CONFIRM_PASSWORD :string

string password confirm

Type:
  • string
Source:

<static, constant> DATE_OF_BIRTH :string

string date of birth. Format: YYYY-MM-DDT00:00:00Z (timezone is always T00:00:00Z because we only care about the date)

Type:
  • string
Source:

<static, constant> EMAIL_ADDRESS :string

string email address

Type:
  • string
Source:

<static, constant> FIRST_NAME :string

string first name

Type:
  • string
Source:

<static, constant> GENDER :string

number gender (0 = Male, 1 = Female)

Type:
  • string
Source:

<static, constant> GROUP_SEARCH_POST_CODE :string

Group search post code

Type:
  • string
Source:

<static, constant> HAS_MEDICAL_CONDITIONS :string

String indicating if the user has medical conditions "0"/"1"

Type:
  • string
Source:

<static, constant> HEIGHT :string

number height (currently always as Imperial)

Type:
  • string
Source:

<static, constant> HEIGHT_UNIT :string

number height unit preference (0 = Imperial, 1 = Metric)

Type:
  • string
Source:

<static, constant> INITIAL_WEIGHT :string

number initial weight (currently always passed as Imperial)

Type:
  • string
Source:

<static, constant> INVITE_ID :string

string invite id (optional, currently not being used)

Type:
  • string
Source:

<static, constant> IS_BREASTFEEDING :string

String indicating if the user is breastfeeding "0"/"1"

Type:
  • string
Source:

<static, constant> IS_PREGNANT :string

String indicating if the user is pregnant "0"/"1"

Type:
  • string
Source:

<static, constant> LAST_NAME :string

string last name

Type:
  • string
Source:

<static, constant> PASSWORD :string

string password

Type:
  • string
Source:

<static, constant> PHONE_NUMBER :string

string phone number

Type:
  • string
Source:

<static, constant> REGION_CODE :string

Region code

Type:
  • string
Source:

<static, constant> SECURITY_ANSWER :string

string security answer

Type:
  • string
Source:

<static, constant> SECURITY_QUESTION :string

string security question

Type:
  • string
Source:

<static, constant> TOS_VERSION :string

number terms of service version

Type:
  • string
Source:

<static, constant> USER_NAME :string

string username

Type:
  • string
Source:

<static, constant> VOUCHER_CODE :string

Voucher code

Type:
  • string
Source:

<static, constant> WEIGHT_UNIT :string

number weight unit preference (0 = Imperial, 1 = Metric)

Type:
  • string
Source: