Request to create or update an investor record
More...
Request to create or update an investor record
◆ UpsertInvestorRecordRequest() [1/2]
| Lusid.Sdk.Model.UpsertInvestorRecordRequest.UpsertInvestorRecordRequest |
( |
| ) |
|
|
inlineprotected |
◆ UpsertInvestorRecordRequest() [2/2]
| Lusid.Sdk.Model.UpsertInvestorRecordRequest.UpsertInvestorRecordRequest |
( |
string |
scope = default(string), |
|
|
Dictionary< string, Property > |
identifiers = default(Dictionary<string, Property>), |
|
|
Dictionary< string, Property > |
properties = default(Dictionary<string, Property>), |
|
|
string |
displayName = default(string), |
|
|
string |
description = default(string), |
|
|
InvestorIdentifier |
investor = default(InvestorIdentifier) |
|
) |
| |
|
inline |
Initializes a new instance of the UpsertInvestorRecordRequest class.
- Parameters
-
| scope | The scope in which the Investor Record lies. (required). |
| identifiers | Unique client-defined identifiers of the Investor Record. (required). |
| properties | A set of properties associated to the Investor Record.. |
| displayName | The display name of the Investor Record (required). |
| description | The description of the Investor Record. |
| investor | investor (required). |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.UpsertInvestorRecordRequest.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
◆ GetHashCode()
| override int Lusid.Sdk.Model.UpsertInvestorRecordRequest.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.UpsertInvestorRecordRequest.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.UpsertInvestorRecordRequest.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Description
| string Lusid.Sdk.Model.UpsertInvestorRecordRequest.Description |
|
getset |
◆ DisplayName
| string Lusid.Sdk.Model.UpsertInvestorRecordRequest.DisplayName |
|
getset |
◆ Identifiers
| Dictionary<string, Property> Lusid.Sdk.Model.UpsertInvestorRecordRequest.Identifiers |
|
getset |
Unique client-defined identifiers of the Investor Record.
Unique client-defined identifiers of the Investor Record.
◆ Investor
◆ Properties
| Dictionary<string, Property> Lusid.Sdk.Model.UpsertInvestorRecordRequest.Properties |
|
getset |
A set of properties associated to the Investor Record.
A set of properties associated to the Investor Record.
◆ Scope
| string Lusid.Sdk.Model.UpsertInvestorRecordRequest.Scope |
|
getset |
The scope in which the Investor Record lies.
The scope in which the Investor Record lies.
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/UpsertInvestorRecordRequest.cs