UserInState
extends BaseComponent
in package
An object for in-state resident information
Table of Contents
Properties
- $county : string|null
- $from_date : string|null
- $resident : string|null
- $fields : array<string|int, string>
Properties
$county
public
string|null
$county
The county of residence of the user.
$from_date
public
string|null
$from_date
The date the user has resided in the county of residence. Use ISO-8601 date format: 2022-04-21.
$resident
public
string|null
$resident
The value the user has selected for In-State Resident. Allowed values: Yes, No, or No answer.
$fields
protected
static array<string|int, string>
$fields
= ["resident" => "string", "county" => "string", "from_date" => "string"]