SendSafely.Recipient A class describing a SendSafely Recipient.
Type:
String
Getter/Setter for the recipient ID. The value is set internally by the API and only the getter should be used by an application.
|
Type:
String
Getter/Setter for the email address. The value is set internally by the API and only the getter should be used by an application.
|
Type:
bool
Indicates if the recipient requires approval or not. The value is set internally by the API and only the getter should be used by an application.
|
Type:
List<String>
A list of approvers that can approve the package for external recipients. The value is set internally by the API and only the getter should be used by an application.
|
Type:
List<PhoneNumber>
A list of phonenumbers that has been used in the past for this recipient. The value is set internally by the API and only the getter should be used by an application.
|
Type:
List<Confirmation>
A list of all confirmations for the recipient. A confirmation will be added as soon as a recipient has downloaded one or more files from the item.
|
Type:
String of the user's role.
The role name associate with the recipient.
|