BusinessTrait uses trait:short, trait:short, trait:short
The enumeration of all business properties.
Tags
Table of Contents
Constants
- COLOR : string = 'color'
- A display color for the profile (UI hint).
- EXPECTED_TYPE : string = 'expectedType'
- The expected `additionalType` of the linked person (e.g. `"Seller"`).
- ROLE : string = 'role'
- The authorization role granted to accounts created from this profile.
- SUBJECT : string = 'subject'
- The business entity the account is linked to (a person or an organization).
Constants
COLOR
A display color for the profile (UI hint).
public
string
COLOR
= 'color'
Related model property:
public ?string $color ;
EXPECTED_TYPE
The expected `additionalType` of the linked person (e.g. `"Seller"`).
public
string
EXPECTED_TYPE
= 'expectedType'
Related model property:
public ?string $expectedType ;
ROLE
The authorization role granted to accounts created from this profile.
public
string
ROLE
= 'role'
Related model property:
public null|string|Role $role ;
SUBJECT
The business entity the account is linked to (a person or an organization).
public
string
SUBJECT
= 'subject'
Related model property:
public null|string|Person|Organization|Thing $subject ;