DeclaredAgePref
data class DeclaredAgePref(val isOverAge13: Boolean? = null, val isOverAge16: Boolean? = null, val isOverAge18: Boolean? = null)
Read-only preference containing value(s) inferred from the user's declared birthdate. Absence of this preference object in the response indicates that the user has not made a declaration.
Parameters
isOverAge13
Indicates if the user has declared that they are over 13 years of age.
isOverAge16
Indicates if the user has declared that they are over 16 years of age.
isOverAge18
Indicates if the user has declared that they are over 18 years of age.