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
**ActionableError** | Pointer to **NullableString** | | [optional]
8
7
**AggregatedAt** | Pointer to **NullableString** | | [optional]
9
8
**BackgroundAggregationIsDisabled** | Pointer to **bool** | | [optional]
10
9
**ConnectionStatus** | Pointer to **NullableString** | | [optional]
10
+
**ConnectionStatusMessage** | Pointer to **NullableString** | | [optional]
11
+
**Error** | Pointer to **NullableString** | | [optional]
11
12
**Guid** | Pointer to **NullableString** | | [optional]
12
13
**Id** | Pointer to **NullableString** | | [optional]
13
14
**InstitutionCode** | Pointer to **NullableString** | | [optional]
15
+
**InstitutionGuid** | Pointer to **string** | | [optional]
14
16
**IsBeingAggregated** | Pointer to **NullableBool** | | [optional]
15
17
**IsManagedByUser** | Pointer to **NullableBool** | | [optional]
16
18
**IsManual** | Pointer to **NullableBool** | | [optional]
17
19
**IsOauth** | Pointer to **NullableBool** | | [optional]
18
20
**Metadata** | Pointer to **NullableString** | | [optional]
19
-
**MostRecentJobDetailCode** | Pointer to **NullableString** | | [optional]
20
-
**MostRecentJobDetailText** | Pointer to **NullableString** | | [optional]
21
+
**MostRecentJobDetailCode** | Pointer to **NullableInt32** | | [optional]
22
+
**MostRecentJobDetailText** | Pointer to **NullableBool** | | [optional]
23
+
**MostRecentJobGuid** | Pointer to **NullableBool** | | [optional]
21
24
**Name** | Pointer to **NullableString** | | [optional]
25
+
**NeedsUpdatedCredentials** | Pointer to **NullableBool** | | [optional]
22
26
**OauthWindowUri** | Pointer to **NullableString** | | [optional]
23
27
**SuccessfullyAggregatedAt** | Pointer to **NullableString** | | [optional]
24
-
**UseCases** | Pointer to **[]string** | | [optional]
28
+
**UseCases** | Pointer to **[]string** | The use case associated with the member. Valid values are `PFM` and/or `MONEY_MOVEMENT`. Only set this if you've met with MX and have opted in to using this field. | [optional]
25
29
**UserGuid** | Pointer to **NullableString** | | [optional]
26
30
**UserId** | Pointer to **NullableString** | | [optional]
27
31
@@ -44,41 +48,6 @@ NewMemberResponseWithDefaults instantiates a new MemberResponse object
44
48
This constructor will only assign default values to properties that have it defined,
45
49
but it doesn't guarantee that properties required by API are set
46
50
47
-
### GetActionableError
48
-
49
-
`func (o *MemberResponse) GetActionableError() string`
50
-
51
-
GetActionableError returns the ActionableError field if non-nil, zero value otherwise.
52
-
53
-
### GetActionableErrorOk
54
-
55
-
`func (o *MemberResponse) GetActionableErrorOk() (*string, bool)`
56
-
57
-
GetActionableErrorOk returns a tuple with the ActionableError field if it's non-nil, zero value otherwise
58
-
and a boolean to check if the value has been set.
59
-
60
-
### SetActionableError
61
-
62
-
`func (o *MemberResponse) SetActionableError(v string)`
63
-
64
-
SetActionableError sets ActionableError field to given value.
65
-
66
-
### HasActionableError
67
-
68
-
`func (o *MemberResponse) HasActionableError() bool`
69
-
70
-
HasActionableError returns a boolean if a field has been set.
71
-
72
-
### SetActionableErrorNil
73
-
74
-
`func (o *MemberResponse) SetActionableErrorNil(b bool)`
75
-
76
-
SetActionableErrorNil sets the value for ActionableError to be an explicit nil
77
-
78
-
### UnsetActionableError
79
-
`func (o *MemberResponse) UnsetActionableError()`
80
-
81
-
UnsetActionableError ensures that no value is present for ActionableError, not even an explicit nil
82
51
### GetAggregatedAt
83
52
84
53
`func (o *MemberResponse) GetAggregatedAt() string`
@@ -174,6 +143,76 @@ HasConnectionStatus returns a boolean if a field has been set.
174
143
`func (o *MemberResponse) UnsetConnectionStatus()`
175
144
176
145
UnsetConnectionStatus ensures that no value is present for ConnectionStatus, not even an explicit nil
146
+
### GetConnectionStatusMessage
147
+
148
+
`func (o *MemberResponse) GetConnectionStatusMessage() string`
149
+
150
+
GetConnectionStatusMessage returns the ConnectionStatusMessage field if non-nil, zero value otherwise.
151
+
152
+
### GetConnectionStatusMessageOk
153
+
154
+
`func (o *MemberResponse) GetConnectionStatusMessageOk() (*string, bool)`
155
+
156
+
GetConnectionStatusMessageOk returns a tuple with the ConnectionStatusMessage field if it's non-nil, zero value otherwise
157
+
and a boolean to check if the value has been set.
158
+
159
+
### SetConnectionStatusMessage
160
+
161
+
`func (o *MemberResponse) SetConnectionStatusMessage(v string)`
162
+
163
+
SetConnectionStatusMessage sets ConnectionStatusMessage field to given value.
164
+
165
+
### HasConnectionStatusMessage
166
+
167
+
`func (o *MemberResponse) HasConnectionStatusMessage() bool`
168
+
169
+
HasConnectionStatusMessage returns a boolean if a field has been set.
170
+
171
+
### SetConnectionStatusMessageNil
172
+
173
+
`func (o *MemberResponse) SetConnectionStatusMessageNil(b bool)`
174
+
175
+
SetConnectionStatusMessageNil sets the value for ConnectionStatusMessage to be an explicit nil
176
+
177
+
### UnsetConnectionStatusMessage
178
+
`func (o *MemberResponse) UnsetConnectionStatusMessage()`
179
+
180
+
UnsetConnectionStatusMessage ensures that no value is present for ConnectionStatusMessage, not even an explicit nil
181
+
### GetError
182
+
183
+
`func (o *MemberResponse) GetError() string`
184
+
185
+
GetError returns the Error field if non-nil, zero value otherwise.
186
+
187
+
### GetErrorOk
188
+
189
+
`func (o *MemberResponse) GetErrorOk() (*string, bool)`
190
+
191
+
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise
192
+
and a boolean to check if the value has been set.
193
+
194
+
### SetError
195
+
196
+
`func (o *MemberResponse) SetError(v string)`
197
+
198
+
SetError sets Error field to given value.
199
+
200
+
### HasError
201
+
202
+
`func (o *MemberResponse) HasError() bool`
203
+
204
+
HasError returns a boolean if a field has been set.
205
+
206
+
### SetErrorNil
207
+
208
+
`func (o *MemberResponse) SetErrorNil(b bool)`
209
+
210
+
SetErrorNil sets the value for Error to be an explicit nil
211
+
212
+
### UnsetError
213
+
`func (o *MemberResponse) UnsetError()`
214
+
215
+
UnsetError ensures that no value is present for Error, not even an explicit nil
177
216
### GetGuid
178
217
179
218
`func (o *MemberResponse) GetGuid() string`
@@ -279,6 +318,31 @@ HasInstitutionCode returns a boolean if a field has been set.
279
318
`func (o *MemberResponse) UnsetInstitutionCode()`
280
319
281
320
UnsetInstitutionCode ensures that no value is present for InstitutionCode, not even an explicit nil
321
+
### GetInstitutionGuid
322
+
323
+
`func (o *MemberResponse) GetInstitutionGuid() string`
324
+
325
+
GetInstitutionGuid returns the InstitutionGuid field if non-nil, zero value otherwise.
326
+
327
+
### GetInstitutionGuidOk
328
+
329
+
`func (o *MemberResponse) GetInstitutionGuidOk() (*string, bool)`
330
+
331
+
GetInstitutionGuidOk returns a tuple with the InstitutionGuid field if it's non-nil, zero value otherwise
332
+
and a boolean to check if the value has been set.
333
+
334
+
### SetInstitutionGuid
335
+
336
+
`func (o *MemberResponse) SetInstitutionGuid(v string)`
337
+
338
+
SetInstitutionGuid sets InstitutionGuid field to given value.
339
+
340
+
### HasInstitutionGuid
341
+
342
+
`func (o *MemberResponse) HasInstitutionGuid() bool`
343
+
344
+
HasInstitutionGuid returns a boolean if a field has been set.
345
+
282
346
### GetIsBeingAggregated
283
347
284
348
`func (o *MemberResponse) GetIsBeingAggregated() bool`
@@ -456,20 +520,20 @@ HasMetadata returns a boolean if a field has been set.
456
520
UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil
457
521
### GetMostRecentJobDetailCode
458
522
459
-
`func (o *MemberResponse) GetMostRecentJobDetailCode() string`
523
+
`func (o *MemberResponse) GetMostRecentJobDetailCode() int32`
460
524
461
525
GetMostRecentJobDetailCode returns the MostRecentJobDetailCode field if non-nil, zero value otherwise.
462
526
463
527
### GetMostRecentJobDetailCodeOk
464
528
465
-
`func (o *MemberResponse) GetMostRecentJobDetailCodeOk() (*string, bool)`
529
+
`func (o *MemberResponse) GetMostRecentJobDetailCodeOk() (*int32, bool)`
466
530
467
531
GetMostRecentJobDetailCodeOk returns a tuple with the MostRecentJobDetailCode field if it's non-nil, zero value otherwise
468
532
and a boolean to check if the value has been set.
469
533
470
534
### SetMostRecentJobDetailCode
471
535
472
-
`func (o *MemberResponse) SetMostRecentJobDetailCode(v string)`
536
+
`func (o *MemberResponse) SetMostRecentJobDetailCode(v int32)`
473
537
474
538
SetMostRecentJobDetailCode sets MostRecentJobDetailCode field to given value.
475
539
@@ -491,20 +555,20 @@ HasMostRecentJobDetailCode returns a boolean if a field has been set.
491
555
UnsetMostRecentJobDetailCode ensures that no value is present for MostRecentJobDetailCode, not even an explicit nil
492
556
### GetMostRecentJobDetailText
493
557
494
-
`func (o *MemberResponse) GetMostRecentJobDetailText() string`
558
+
`func (o *MemberResponse) GetMostRecentJobDetailText() bool`
495
559
496
560
GetMostRecentJobDetailText returns the MostRecentJobDetailText field if non-nil, zero value otherwise.
497
561
498
562
### GetMostRecentJobDetailTextOk
499
563
500
-
`func (o *MemberResponse) GetMostRecentJobDetailTextOk() (*string, bool)`
564
+
`func (o *MemberResponse) GetMostRecentJobDetailTextOk() (*bool, bool)`
501
565
502
566
GetMostRecentJobDetailTextOk returns a tuple with the MostRecentJobDetailText field if it's non-nil, zero value otherwise
503
567
and a boolean to check if the value has been set.
504
568
505
569
### SetMostRecentJobDetailText
506
570
507
-
`func (o *MemberResponse) SetMostRecentJobDetailText(v string)`
571
+
`func (o *MemberResponse) SetMostRecentJobDetailText(v bool)`
508
572
509
573
SetMostRecentJobDetailText sets MostRecentJobDetailText field to given value.
510
574
@@ -524,6 +588,41 @@ HasMostRecentJobDetailText returns a boolean if a field has been set.
524
588
`func (o *MemberResponse) UnsetMostRecentJobDetailText()`
525
589
526
590
UnsetMostRecentJobDetailText ensures that no value is present for MostRecentJobDetailText, not even an explicit nil
591
+
### GetMostRecentJobGuid
592
+
593
+
`func (o *MemberResponse) GetMostRecentJobGuid() bool`
594
+
595
+
GetMostRecentJobGuid returns the MostRecentJobGuid field if non-nil, zero value otherwise.
596
+
597
+
### GetMostRecentJobGuidOk
598
+
599
+
`func (o *MemberResponse) GetMostRecentJobGuidOk() (*bool, bool)`
600
+
601
+
GetMostRecentJobGuidOk returns a tuple with the MostRecentJobGuid field if it's non-nil, zero value otherwise
602
+
and a boolean to check if the value has been set.
603
+
604
+
### SetMostRecentJobGuid
605
+
606
+
`func (o *MemberResponse) SetMostRecentJobGuid(v bool)`
607
+
608
+
SetMostRecentJobGuid sets MostRecentJobGuid field to given value.
609
+
610
+
### HasMostRecentJobGuid
611
+
612
+
`func (o *MemberResponse) HasMostRecentJobGuid() bool`
613
+
614
+
HasMostRecentJobGuid returns a boolean if a field has been set.
615
+
616
+
### SetMostRecentJobGuidNil
617
+
618
+
`func (o *MemberResponse) SetMostRecentJobGuidNil(b bool)`
619
+
620
+
SetMostRecentJobGuidNil sets the value for MostRecentJobGuid to be an explicit nil
621
+
622
+
### UnsetMostRecentJobGuid
623
+
`func (o *MemberResponse) UnsetMostRecentJobGuid()`
624
+
625
+
UnsetMostRecentJobGuid ensures that no value is present for MostRecentJobGuid, not even an explicit nil
527
626
### GetName
528
627
529
628
`func (o *MemberResponse) GetName() string`
@@ -559,6 +658,41 @@ HasName returns a boolean if a field has been set.
559
658
`func (o *MemberResponse) UnsetName()`
560
659
561
660
UnsetName ensures that no value is present for Name, not even an explicit nil
661
+
### GetNeedsUpdatedCredentials
662
+
663
+
`func (o *MemberResponse) GetNeedsUpdatedCredentials() bool`
664
+
665
+
GetNeedsUpdatedCredentials returns the NeedsUpdatedCredentials field if non-nil, zero value otherwise.
666
+
667
+
### GetNeedsUpdatedCredentialsOk
668
+
669
+
`func (o *MemberResponse) GetNeedsUpdatedCredentialsOk() (*bool, bool)`
670
+
671
+
GetNeedsUpdatedCredentialsOk returns a tuple with the NeedsUpdatedCredentials field if it's non-nil, zero value otherwise
672
+
and a boolean to check if the value has been set.
673
+
674
+
### SetNeedsUpdatedCredentials
675
+
676
+
`func (o *MemberResponse) SetNeedsUpdatedCredentials(v bool)`
677
+
678
+
SetNeedsUpdatedCredentials sets NeedsUpdatedCredentials field to given value.
679
+
680
+
### HasNeedsUpdatedCredentials
681
+
682
+
`func (o *MemberResponse) HasNeedsUpdatedCredentials() bool`
683
+
684
+
HasNeedsUpdatedCredentials returns a boolean if a field has been set.
685
+
686
+
### SetNeedsUpdatedCredentialsNil
687
+
688
+
`func (o *MemberResponse) SetNeedsUpdatedCredentialsNil(b bool)`
689
+
690
+
SetNeedsUpdatedCredentialsNil sets the value for NeedsUpdatedCredentials to be an explicit nil
691
+
692
+
### UnsetNeedsUpdatedCredentials
693
+
`func (o *MemberResponse) UnsetNeedsUpdatedCredentials()`
694
+
695
+
UnsetNeedsUpdatedCredentials ensures that no value is present for NeedsUpdatedCredentials, not even an explicit nil
562
696
### GetOauthWindowUri
563
697
564
698
`func (o *MemberResponse) GetOauthWindowUri() string`
@@ -654,16 +788,6 @@ SetUseCases sets UseCases field to given value.
654
788
655
789
HasUseCases returns a boolean if a field has been set.
656
790
657
-
### SetUseCasesNil
658
-
659
-
`func (o *MemberResponse) SetUseCasesNil(b bool)`
660
-
661
-
SetUseCasesNil sets the value for UseCases to be an explicit nil
662
-
663
-
### UnsetUseCases
664
-
`func (o *MemberResponse) UnsetUseCases()`
665
-
666
-
UnsetUseCases ensures that no value is present for UseCases, not even an explicit nil
0 commit comments