Initial commit
This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
19
gocardless-bankaccount-data-api/docs/IntegrationRetrieve.md
Normal file
19
gocardless-bankaccount-data-api/docs/IntegrationRetrieve.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# IntegrationRetrieve
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **String** | |
|
||||
**name** | **String** | |
|
||||
**bic** | Option<**String**> | | [optional]
|
||||
**transaction_total_days** | Option<**String**> | | [optional][default to 90]
|
||||
**countries** | **Vec<String>** | |
|
||||
**logo** | **String** | |
|
||||
**supported_payments** | [**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md) | |
|
||||
**supported_features** | [**Vec<serde_json::Value>**](serde_json::Value.md) | |
|
||||
**identification_codes** | [**Vec<serde_json::Value>**](serde_json::Value.md) | |
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user