optOutChannel

Synopsis The way in which the employee contacted The People's Pension to opt out.
Where used

/accounts/.../opt-outs response

We have a number of ways that an employee can notify us that they wish to opt out of contributions to a pension scheme. This field indicates how an employee notified us. The possible values for this property are currently:

Online – employee used the Employee’s Online Account
Telephone – employee used our automated telephone service
Paper – employee sent in a hand written opt out form

Your software should accept any additional values that may be added to this set in the future.

Data type

String

Constraints/format

A brief description of the channel. Currently the following values are used, but you should accept other values that may be added in the future.

"Online"
"Telephone"
"Paper"

Example

...
"optOutChannel": "Online",
...

See also

optOutDate

optOuts