Skip to content

Commit

Permalink
Generated version 0.40.0
Browse files Browse the repository at this point in the history
This commit was automatically created by a GitHub Action to generate version 0.40.0 of this library.
  • Loading branch information
devexperience committed Oct 25, 2024
1 parent 10b6ddb commit 065a69e
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions docs/AccountResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Name | Type | Description | Notes
**CurrencyCode** | Pointer to **NullableString** | | [optional]
**DayPaymentIsDue** | Pointer to **NullableInt32** | | [optional]
**DeathBenefit** | Pointer to **NullableInt32** | | [optional]
**FederalInsuranceStatus** | Pointer to **NullableString** | | [optional]
**Guid** | Pointer to **NullableString** | | [optional]
**HoldingsValue** | Pointer to **NullableFloat32** | | [optional]
**Id** | Pointer to **NullableString** | | [optional]
Expand Down Expand Up @@ -667,6 +668,41 @@ HasDeathBenefit returns a boolean if a field has been set.
`func (o *AccountResponse) UnsetDeathBenefit()`

UnsetDeathBenefit ensures that no value is present for DeathBenefit, not even an explicit nil
### GetFederalInsuranceStatus

`func (o *AccountResponse) GetFederalInsuranceStatus() string`

GetFederalInsuranceStatus returns the FederalInsuranceStatus field if non-nil, zero value otherwise.

### GetFederalInsuranceStatusOk

`func (o *AccountResponse) GetFederalInsuranceStatusOk() (*string, bool)`

GetFederalInsuranceStatusOk returns a tuple with the FederalInsuranceStatus field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetFederalInsuranceStatus

`func (o *AccountResponse) SetFederalInsuranceStatus(v string)`

SetFederalInsuranceStatus sets FederalInsuranceStatus field to given value.

### HasFederalInsuranceStatus

`func (o *AccountResponse) HasFederalInsuranceStatus() bool`

HasFederalInsuranceStatus returns a boolean if a field has been set.

### SetFederalInsuranceStatusNil

`func (o *AccountResponse) SetFederalInsuranceStatusNil(b bool)`

SetFederalInsuranceStatusNil sets the value for FederalInsuranceStatus to be an explicit nil

### UnsetFederalInsuranceStatus
`func (o *AccountResponse) UnsetFederalInsuranceStatus()`

UnsetFederalInsuranceStatus ensures that no value is present for FederalInsuranceStatus, not even an explicit nil
### GetGuid

`func (o *AccountResponse) GetGuid() string`
Expand Down
36 changes: 36 additions & 0 deletions docs/InstitutionResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Name | Type | Description | Notes
**SupportsAccountStatement** | Pointer to **NullableBool** | | [optional]
**SupportsAccountVerification** | Pointer to **NullableBool** | | [optional]
**SupportsOauth** | Pointer to **NullableBool** | | [optional]
**SupportsTaxDocument** | Pointer to **NullableBool** | | [optional]
**SupportsTransactionHistory** | Pointer to **NullableBool** | | [optional]
**TroubleSigningInUrl** | Pointer to **NullableString** | | [optional]
**Url** | Pointer to **NullableString** | | [optional]
Expand Down Expand Up @@ -423,6 +424,41 @@ HasSupportsOauth returns a boolean if a field has been set.
`func (o *InstitutionResponse) UnsetSupportsOauth()`

UnsetSupportsOauth ensures that no value is present for SupportsOauth, not even an explicit nil
### GetSupportsTaxDocument

`func (o *InstitutionResponse) GetSupportsTaxDocument() bool`

GetSupportsTaxDocument returns the SupportsTaxDocument field if non-nil, zero value otherwise.

### GetSupportsTaxDocumentOk

`func (o *InstitutionResponse) GetSupportsTaxDocumentOk() (*bool, bool)`

GetSupportsTaxDocumentOk returns a tuple with the SupportsTaxDocument field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetSupportsTaxDocument

`func (o *InstitutionResponse) SetSupportsTaxDocument(v bool)`

SetSupportsTaxDocument sets SupportsTaxDocument field to given value.

### HasSupportsTaxDocument

`func (o *InstitutionResponse) HasSupportsTaxDocument() bool`

HasSupportsTaxDocument returns a boolean if a field has been set.

### SetSupportsTaxDocumentNil

`func (o *InstitutionResponse) SetSupportsTaxDocumentNil(b bool)`

SetSupportsTaxDocumentNil sets the value for SupportsTaxDocument to be an explicit nil

### UnsetSupportsTaxDocument
`func (o *InstitutionResponse) UnsetSupportsTaxDocument()`

UnsetSupportsTaxDocument ensures that no value is present for SupportsTaxDocument, not even an explicit nil
### GetSupportsTransactionHistory

`func (o *InstitutionResponse) GetSupportsTransactionHistory() bool`
Expand Down
46 changes: 46 additions & 0 deletions model_account_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions model_institution_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
gitRepoId: mx-platform-go
gitUserId: mxenabled
packageName: mxplatformgo
packageVersion: 0.39.0
packageVersion: 0.40.0

0 comments on commit 065a69e

Please sign in to comment.