IAccountProperty extends JsonSerializable
Interface IAccountProperty
Tags
Table of Contents
- getName() : string
- Get the name of a property
- getScope() : string
- Get the scope of a property
- getValue() : string
- Get the value of a property
- getVerified() : string
- Get the verification status of a property
- setScope() : IAccountProperty
- Set the scope of a property
- setValue() : IAccountProperty
- Set the value of a property
- setVerified() : IAccountProperty
- Set the verification status of a property
Methods
getName()
Get the name of a property
public
getName() : string
Tags
Return values
string —getScope()
Get the scope of a property
public
getScope() : string
Tags
Return values
string —getValue()
Get the value of a property
public
getValue() : string
Tags
Return values
string —getVerified()
Get the verification status of a property
public
getVerified() : string
Tags
Return values
string —setScope()
Set the scope of a property
public
setScope(string $scope) : IAccountProperty
Parameters
- $scope : string
Tags
Return values
IAccountProperty —setValue()
Set the value of a property
public
setValue(string $value) : IAccountProperty
Parameters
- $value : string
Tags
Return values
IAccountProperty —setVerified()
Set the verification status of a property
public
setVerified(string $verified) : IAccountProperty
Parameters
- $verified : string