Skip to content

Commit

Permalink
Generated version 0.12.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.12.0 of this library.
  • Loading branch information
devexperience committed May 10, 2023
1 parent 413d86f commit 1be18cf
Show file tree
Hide file tree
Showing 4 changed files with 248 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.

108 changes: 108 additions & 0 deletions docs/InstitutionResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Code** | Pointer to **NullableString** | | [optional]
**ForgotPasswordUrl** | Pointer to **NullableString** | | [optional]
**ForgotUsernameUrl** | Pointer to **NullableString** | | [optional]
**InstructionalText** | Pointer to **NullableString** | | [optional]
**MediumLogoUrl** | Pointer to **NullableString** | | [optional]
**Name** | Pointer to **NullableString** | | [optional]
Expand All @@ -14,6 +16,7 @@ Name | Type | Description | Notes
**SupportsAccountVerification** | Pointer to **NullableBool** | | [optional]
**SupportsOauth** | Pointer to **NullableBool** | | [optional]
**SupportsTransactionHistory** | Pointer to **NullableBool** | | [optional]
**TroubleSigningInUrl** | Pointer to **NullableString** | | [optional]
**Url** | Pointer to **NullableString** | | [optional]

## Methods
Expand Down Expand Up @@ -70,6 +73,76 @@ HasCode returns a boolean if a field has been set.
`func (o *InstitutionResponse) UnsetCode()`

UnsetCode ensures that no value is present for Code, not even an explicit nil
### GetForgotPasswordUrl

`func (o *InstitutionResponse) GetForgotPasswordUrl() string`

GetForgotPasswordUrl returns the ForgotPasswordUrl field if non-nil, zero value otherwise.

### GetForgotPasswordUrlOk

`func (o *InstitutionResponse) GetForgotPasswordUrlOk() (*string, bool)`

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

### SetForgotPasswordUrl

`func (o *InstitutionResponse) SetForgotPasswordUrl(v string)`

SetForgotPasswordUrl sets ForgotPasswordUrl field to given value.

### HasForgotPasswordUrl

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

HasForgotPasswordUrl returns a boolean if a field has been set.

### SetForgotPasswordUrlNil

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

SetForgotPasswordUrlNil sets the value for ForgotPasswordUrl to be an explicit nil

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

UnsetForgotPasswordUrl ensures that no value is present for ForgotPasswordUrl, not even an explicit nil
### GetForgotUsernameUrl

`func (o *InstitutionResponse) GetForgotUsernameUrl() string`

GetForgotUsernameUrl returns the ForgotUsernameUrl field if non-nil, zero value otherwise.

### GetForgotUsernameUrlOk

`func (o *InstitutionResponse) GetForgotUsernameUrlOk() (*string, bool)`

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

### SetForgotUsernameUrl

`func (o *InstitutionResponse) SetForgotUsernameUrl(v string)`

SetForgotUsernameUrl sets ForgotUsernameUrl field to given value.

### HasForgotUsernameUrl

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

HasForgotUsernameUrl returns a boolean if a field has been set.

### SetForgotUsernameUrlNil

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

SetForgotUsernameUrlNil sets the value for ForgotUsernameUrl to be an explicit nil

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

UnsetForgotUsernameUrl ensures that no value is present for ForgotUsernameUrl, not even an explicit nil
### GetInstructionalText

`func (o *InstitutionResponse) GetInstructionalText() string`
Expand Down Expand Up @@ -385,6 +458,41 @@ HasSupportsTransactionHistory returns a boolean if a field has been set.
`func (o *InstitutionResponse) UnsetSupportsTransactionHistory()`

UnsetSupportsTransactionHistory ensures that no value is present for SupportsTransactionHistory, not even an explicit nil
### GetTroubleSigningInUrl

`func (o *InstitutionResponse) GetTroubleSigningInUrl() string`

GetTroubleSigningInUrl returns the TroubleSigningInUrl field if non-nil, zero value otherwise.

### GetTroubleSigningInUrlOk

`func (o *InstitutionResponse) GetTroubleSigningInUrlOk() (*string, bool)`

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

### SetTroubleSigningInUrl

`func (o *InstitutionResponse) SetTroubleSigningInUrl(v string)`

SetTroubleSigningInUrl sets TroubleSigningInUrl field to given value.

### HasTroubleSigningInUrl

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

HasTroubleSigningInUrl returns a boolean if a field has been set.

### SetTroubleSigningInUrlNil

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

SetTroubleSigningInUrlNil sets the value for TroubleSigningInUrl to be an explicit nil

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

UnsetTroubleSigningInUrl ensures that no value is present for TroubleSigningInUrl, not even an explicit nil
### GetUrl

`func (o *InstitutionResponse) GetUrl() string`
Expand Down
138 changes: 138 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.11.0
packageVersion: 0.12.0

0 comments on commit 1be18cf

Please sign in to comment.