RelationshipCreate
extends BaseComponent
in package
Tags
Table of Contents
Properties
- $comments : string|null
- $do_not_contact : bool
- $give_parental_access : bool|null
- $left_user : int
- $list_as_parent : bool|null
- $primary : bool
- $resides_with : bool
- $tuition_responsible_signer : bool|null
- $fields : array<string|int, string>
Properties
$comments
public
string|null
$comments
Comment for the relationship
$do_not_contact
public
bool
$do_not_contact
Set to true to indicate the relationship user (specified by left_user) should not be contacted.
$give_parental_access
public
bool|null
$give_parental_access
Toggles 'Give Parental Access' option.
$left_user
public
int
$left_user
ID of the other individual in the relationship with this person
$list_as_parent
public
bool|null
$list_as_parent
Toggles 'List as a Parent' option.
$primary
public
bool
$primary
Set to true if the relationship user (specified by left_user) is the primary contact.
$resides_with
public
bool
$resides_with
Set to true if the child user resides with the parent user.
$tuition_responsible_signer
public
bool|null
$tuition_responsible_signer
Toggles 'Responsible for Signing Contract' option.
$fields
protected
static array<string|int, string>
$fields
= ["relationship_type" => "string", "give_parental_access" => "bool", "list_as_parent" => "bool", "tuition_responsible_signer" => "bool", "left_user" => "int", "resides_with" => "bool", "do_not_contact" => "bool", "primary" => "bool", "comments" => "string"]