Request to create or update an investor record
More...
|
| | UpsertInvestmentAccountRequest (string scope=default(string), Dictionary< string, Property > identifiers=default(Dictionary< string, Property >), string displayName=default(string), string description=default(string), string accountType=default(string), List< AccountHolderIdentifier > accountHolders=default(List< AccountHolderIdentifier >), List< InvestmentPortfolioIdentifier > investmentPortfolios=default(List< InvestmentPortfolioIdentifier >), Dictionary< string, Property > properties=default(Dictionary< string, Property >)) |
| | Initializes a new instance of the UpsertInvestmentAccountRequest class. More...
|
| |
| override string | ToString () |
| | Returns the string presentation of the object More...
|
| |
| virtual string | ToJson () |
| | Returns the JSON string presentation of the object More...
|
| |
| override bool | Equals (object input) |
| | Returns true if objects are equal More...
|
| |
| bool | Equals (UpsertInvestmentAccountRequest input) |
| | Returns true if UpsertInvestmentAccountRequest instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
|
| string | Scope [get, set] |
| | The scope in which the Investment Account lies. More...
|
| |
| Dictionary< string, Property > | Identifiers [get, set] |
| | Unique client-defined identifiers of the Investment Account. More...
|
| |
| string | DisplayName [get, set] |
| | The display name of the Investment Account More...
|
| |
| string | Description [get, set] |
| | The description of the Investment Account More...
|
| |
| string | AccountType [get, set] |
| | The type of the of the Investment Account. Available values: Individual, Corporate, Joint, Nominee. More...
|
| |
| List< AccountHolderIdentifier > | AccountHolders [get, set] |
| | The identification of the account holders associated with this investment account More...
|
| |
| List< InvestmentPortfolioIdentifier > | InvestmentPortfolios [get, set] |
| | The identification of the investment portfolios associated with this investment account More...
|
| |
| Dictionary< string, Property > | Properties [get, set] |
| | A set of properties associated to the Investment Account. More...
|
| |
Request to create or update an investor record
◆ UpsertInvestmentAccountRequest() [1/2]
| Lusid.Sdk.Model.UpsertInvestmentAccountRequest.UpsertInvestmentAccountRequest |
( |
| ) |
|
|
inlineprotected |
◆ UpsertInvestmentAccountRequest() [2/2]
| Lusid.Sdk.Model.UpsertInvestmentAccountRequest.UpsertInvestmentAccountRequest |
( |
string |
scope = default(string), |
|
|
Dictionary< string, Property > |
identifiers = default(Dictionary<string, Property>), |
|
|
string |
displayName = default(string), |
|
|
string |
description = default(string), |
|
|
string |
accountType = default(string), |
|
|
List< AccountHolderIdentifier > |
accountHolders = default(List<AccountHolderIdentifier>), |
|
|
List< InvestmentPortfolioIdentifier > |
investmentPortfolios = default(List<InvestmentPortfolioIdentifier>), |
|
|
Dictionary< string, Property > |
properties = default(Dictionary<string, Property>) |
|
) |
| |
|
inline |
Initializes a new instance of the UpsertInvestmentAccountRequest class.
- Parameters
-
| scope | The scope in which the Investment Account lies. (required). |
| identifiers | Unique client-defined identifiers of the Investment Account. (required). |
| displayName | The display name of the Investment Account (required). |
| description | The description of the Investment Account. |
| accountType | The type of the of the Investment Account. Available values: Individual, Corporate, Joint, Nominee. (required). |
| accountHolders | The identification of the account holders associated with this investment account. |
| investmentPortfolios | The identification of the investment portfolios associated with this investment account. |
| properties | A set of properties associated to the Investment Account.. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.UpsertInvestmentAccountRequest.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.UpsertInvestmentAccountRequest.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.UpsertInvestmentAccountRequest.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.UpsertInvestmentAccountRequest.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AccountHolders
The identification of the account holders associated with this investment account
The identification of the account holders associated with this investment account
◆ AccountType
| string Lusid.Sdk.Model.UpsertInvestmentAccountRequest.AccountType |
|
getset |
The type of the of the Investment Account. Available values: Individual, Corporate, Joint, Nominee.
The type of the of the Investment Account. Available values: Individual, Corporate, Joint, Nominee.
◆ Description
| string Lusid.Sdk.Model.UpsertInvestmentAccountRequest.Description |
|
getset |
The description of the Investment Account
The description of the Investment Account
◆ DisplayName
| string Lusid.Sdk.Model.UpsertInvestmentAccountRequest.DisplayName |
|
getset |
The display name of the Investment Account
The display name of the Investment Account
◆ Identifiers
| Dictionary<string, Property> Lusid.Sdk.Model.UpsertInvestmentAccountRequest.Identifiers |
|
getset |
Unique client-defined identifiers of the Investment Account.
Unique client-defined identifiers of the Investment Account.
◆ InvestmentPortfolios
The identification of the investment portfolios associated with this investment account
The identification of the investment portfolios associated with this investment account
◆ Properties
| Dictionary<string, Property> Lusid.Sdk.Model.UpsertInvestmentAccountRequest.Properties |
|
getset |
A set of properties associated to the Investment Account.
A set of properties associated to the Investment Account.
◆ Scope
| string Lusid.Sdk.Model.UpsertInvestmentAccountRequest.Scope |
|
getset |
The scope in which the Investment Account lies.
The scope in which the Investment Account 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/UpsertInvestmentAccountRequest.cs