You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {string} memberGuid The unique id for a `member`.
9677
9677
* @param {string} userGuid The unique id for a `user`.
9678
+
* @param {boolean} [includeHoldings] When set to `false`, the aggregation will not gather holdings data. Defaults to `true`.
9679
+
* @param {boolean} [includeTransactions] When set to `false`, the aggregation will not gather transactions data. Defaults to `true`.
* @param {string} memberGuid The unique id for a `member`.
14700
14710
* @param {string} userGuid The unique id for a `user`.
14711
+
* @param {boolean} [includeHoldings] When set to `false`, the aggregation will not gather holdings data. Defaults to `true`.
14712
+
* @param {boolean} [includeTransactions] When set to `false`, the aggregation will not gather transactions data. Defaults to `true`.
@@ -16084,11 +16096,13 @@ export const MxPlatformApiFactory = function (configuration?: Configuration, bas
16084
16096
* @summary Aggregate member
16085
16097
* @param {string} memberGuid The unique id for a `member`.
16086
16098
* @param {string} userGuid The unique id for a `user`.
16099
+
* @param {boolean} [includeHoldings] When set to `false`, the aggregation will not gather holdings data. Defaults to `true`.
16100
+
* @param {boolean} [includeTransactions] When set to `false`, the aggregation will not gather transactions data. Defaults to `true`.
* This endpoint operates much like the aggregate member endpoint except that it gathers only account balance information; it does not gather any transaction data.
@@ -17363,12 +17377,14 @@ export class MxPlatformApi extends BaseAPI {
17363
17377
* @summary Aggregate member
17364
17378
* @param {string} memberGuid The unique id for a `member`.
17365
17379
* @param {string} userGuid The unique id for a `user`.
17380
+
* @param {boolean} [includeHoldings] When set to `false`, the aggregation will not gather holdings data. Defaults to `true`.
17381
+
* @param {boolean} [includeTransactions] When set to `false`, the aggregation will not gather transactions data. Defaults to `true`.
0 commit comments