-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit was automatically created by a GitHub Action to generate version 0.41.0 of this library.
- Loading branch information
devexperience
committed
Sep 17, 2024
1 parent
8201943
commit f9d259a
Showing
43 changed files
with
7,296 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
|
||
# MicrodepositRequest | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**accountNumber** | **String** | | | | ||
|**accountType** | **String** | | | | ||
|**routingNumber** | **String** | | | | ||
|**accountName** | **String** | | [optional] | | ||
|**email** | **String** | | [optional] | | ||
|**firstName** | **String** | | [optional] | | ||
|**lastName** | **String** | | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
# MicrodepositRequestBody | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**microDeposit** | [**MicrodepositRequest**](MicrodepositRequest.md) | | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
|
||
# MicrodepositResponse | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**accountName** | **String** | | [optional] | | ||
|**accountNumber** | **String** | | [optional] | | ||
|**accountType** | **String** | | [optional] | | ||
|**email** | **String** | | [optional] | | ||
|**firstName** | **String** | | [optional] | | ||
|**lastName** | **String** | | [optional] | | ||
|**routingNumber** | **String** | | [optional] | | ||
|**errorMessage** | **String** | | [optional] | | ||
|**guid** | **String** | | [optional] | | ||
|**institutionCode** | **String** | | [optional] | | ||
|**institutionName** | **String** | | [optional] | | ||
|**status** | **String** | | [optional] | | ||
|**updatedAt** | **String** | | [optional] | | ||
|**verifiedAt** | **String** | | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
# MicrodepositResponseBody | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**microDeposit** | [**MicrodepositResponse**](MicrodepositResponse.md) | | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
|
||
# MicrodepositVerifyRequest | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**depositAmount1** | **Integer** | | [optional] | | ||
|**depositAmount2** | **Integer** | | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
# MicrodepositVerifyRequestBody | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**microDeposit** | [**MicrodepositVerifyRequest**](MicrodepositVerifyRequest.md) | | [optional] | | ||
|
||
|
||
|
Oops, something went wrong.