Beneficiary Class
Details of the beneficiary.
Constructor
Beneficiary(*, tenant_id: str | None = None, object_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
tenant_id
|
The ID that uniquely identifies a tenant. Default value: None
|
|
object_id
|
The ID that uniquely identifies a user in a tenant. Default value: None
|