modulepackage
0.0.0-20220515235930-1b03dac664ea
Repository: https://github.com/joshuaslate/nordigen-go.git
Documentation: pkg.go.dev
# README
Go API client for Nordigen
API client for Nordigen, automatically generated by OpenAPI Generator.
The source OpenAPI spec was modified slightly to fix type and enum issues, as the source schema file deviates from OpenAPI spec a bit. The modified schema file can be found in /api
.
import nordigen "github.com/joshuaslate/nordigen-go"
Sample usage:
config := nordigen.NewConfiguration()
c := nordigen.NewAPIClient(nil, "secretIdHere", "secretKeyHere")
institutions, _, err := c.InstitutionsApi.RetrieveAllSupportedInstitutionsInAGivenCountry(context.Background()).Country("ES").Execute()
# Functions
CacheExpires helper function to determine remaining time before repeating a request.
NewAccountBalance instantiates a new AccountBalance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountBalanceBalanceAmount instantiates a new AccountBalanceBalanceAmount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountBalanceBalanceAmountWithDefaults instantiates a new AccountBalanceBalanceAmount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountBalancesResponse instantiates a new AccountBalancesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountBalancesResponseWithDefaults instantiates a new AccountBalancesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountBalanceWithDefaults instantiates a new AccountBalance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountDetail instantiates a new AccountDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountDetailResponse instantiates a new AccountDetailResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountDetailResponseWithDefaults instantiates a new AccountDetailResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountDetailWithDefaults instantiates a new AccountDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountTransaction instantiates a new AccountTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountTransactionCreditorAccount instantiates a new AccountTransactionCreditorAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountTransactionCreditorAccountWithDefaults instantiates a new AccountTransactionCreditorAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountTransactionDebtorAccount instantiates a new AccountTransactionDebtorAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountTransactionDebtorAccountWithDefaults instantiates a new AccountTransactionDebtorAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountTransactionResponse instantiates a new AccountTransactionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountTransactionResponseTransactions instantiates a new AccountTransactionResponseTransactions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountTransactionResponseTransactionsWithDefaults instantiates a new AccountTransactionResponseTransactions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountTransactionResponseWithDefaults instantiates a new AccountTransactionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountTransactionTransactionAmount instantiates a new AccountTransactionTransactionAmount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountTransactionTransactionAmountWithDefaults instantiates a new AccountTransactionTransactionAmount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountTransactionWithDefaults instantiates a new AccountTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountV2 instantiates a new AccountV2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountV2StatusEnumDiscovered instantiates a new AccountV2StatusEnumDiscovered object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountV2StatusEnumDiscoveredWithDefaults instantiates a new AccountV2StatusEnumDiscovered object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountV2StatusEnumError instantiates a new AccountV2StatusEnumError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountV2StatusEnumErrorWithDefaults instantiates a new AccountV2StatusEnumError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountV2StatusEnumExpired instantiates a new AccountV2StatusEnumExpired object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountV2StatusEnumExpiredWithDefaults instantiates a new AccountV2StatusEnumExpired object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountV2StatusEnumFromValue returns a pointer to a valid AccountV2StatusEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAccountV2StatusEnumProcessing instantiates a new AccountV2StatusEnumProcessing object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountV2StatusEnumProcessingWithDefaults instantiates a new AccountV2StatusEnumProcessing object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountV2StatusEnumReady instantiates a new AccountV2StatusEnumReady object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountV2StatusEnumReadyWithDefaults instantiates a new AccountV2StatusEnumReady object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountV2StatusEnumSuspended instantiates a new AccountV2StatusEnumSuspended object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountV2StatusEnumSuspendedWithDefaults instantiates a new AccountV2StatusEnumSuspended object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountV2WithDefaults instantiates a new AccountV2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewAspsp instantiates a new Aspsp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAspspWithDefaults instantiates a new Aspsp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCashAccountTypeFromValue returns a pointer to a valid CashAccountType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewConfiguration returns a new Configuration object.
NewCountryEnumFromValue returns a pointer to a valid CountryEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEnduserAcceptanceDetailsRequest instantiates a new EnduserAcceptanceDetailsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnduserAcceptanceDetailsRequestWithDefaults instantiates a new EnduserAcceptanceDetailsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEndUserAgreement instantiates a new EndUserAgreement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEndUserAgreementRequest instantiates a new EndUserAgreementRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEndUserAgreementRequestWithDefaults instantiates a new EndUserAgreementRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEndUserAgreementWithDefaults instantiates a new EndUserAgreement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJWTObtainPairRequest instantiates a new JWTObtainPairRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJWTObtainPairRequestWithDefaults instantiates a new JWTObtainPairRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJWTRefreshRequest instantiates a new JWTRefreshRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJWTRefreshRequestWithDefaults instantiates a new JWTRefreshRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewPaginatedEndUserAgreementList instantiates a new PaginatedEndUserAgreementList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedEndUserAgreementListWithDefaults instantiates a new PaginatedEndUserAgreementList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedRequisitionV2List instantiates a new PaginatedRequisitionV2List object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedRequisitionV2ListWithDefaults instantiates a new PaginatedRequisitionV2List object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPremiumAccountQuery instantiates a new PremiumAccountQuery object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPremiumAccountQueryWithDefaults instantiates a new PremiumAccountQuery object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRequisitionLinkParamsRequest instantiates a new RequisitionLinkParamsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRequisitionLinkParamsRequestWithDefaults instantiates a new RequisitionLinkParamsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRequisitionLinks instantiates a new RequisitionLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRequisitionLinksWithDefaults instantiates a new RequisitionLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRequisitionV2 instantiates a new RequisitionV2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRequisitionV2Request instantiates a new RequisitionV2Request object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRequisitionV2RequestWithDefaults instantiates a new RequisitionV2Request object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRequisitionV2WithDefaults instantiates a new RequisitionV2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpectacularJWTObtain instantiates a new SpectacularJWTObtain object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpectacularJWTObtainWithDefaults instantiates a new SpectacularJWTObtain object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpectacularJWTRefresh instantiates a new SpectacularJWTRefresh object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpectacularJWTRefreshWithDefaults instantiates a new SpectacularJWTRefresh object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpectacularRequisitionV2 instantiates a new SpectacularRequisitionV2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpectacularRequisitionV2WithDefaults instantiates a new SpectacularRequisitionV2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStatus1c5EnumCreatedFromValue returns a pointer to a valid Status1c5EnumCreated for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewStatus1c5EnumExpiredFromValue returns a pointer to a valid Status1c5EnumExpired for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewStatus1c5EnumGivingConsentFromValue returns a pointer to a valid Status1c5EnumGivingConsent for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewStatus1c5EnumGrantingAccessFromValue returns a pointer to a valid Status1c5EnumGrantingAccess for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewStatus1c5EnumLinkedFromValue returns a pointer to a valid Status1c5EnumLinked for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewStatus1c5EnumRejectedFromValue returns a pointer to a valid Status1c5EnumRejected for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewStatus1c5EnumSelectingAccountsFromValue returns a pointer to a valid Status1c5EnumSelectingAccounts for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewStatus1c5EnumUndergoingAuthenticationFromValue returns a pointer to a valid Status1c5EnumUndergoingAuthentication for the value passed as argument, or an error if the value passed is not allowed by the enum.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.
Status1c5EnumCreatedAsStatus1c5Enum is a convenience function that returns Status1c5EnumCreated wrapped in Status1c5Enum.
Status1c5EnumExpiredAsStatus1c5Enum is a convenience function that returns Status1c5EnumExpired wrapped in Status1c5Enum.
Status1c5EnumGivingConsentAsStatus1c5Enum is a convenience function that returns Status1c5EnumGivingConsent wrapped in Status1c5Enum.
Status1c5EnumGrantingAccessAsStatus1c5Enum is a convenience function that returns Status1c5EnumGrantingAccess wrapped in Status1c5Enum.
Status1c5EnumLinkedAsStatus1c5Enum is a convenience function that returns Status1c5EnumLinked wrapped in Status1c5Enum.
Status1c5EnumRejectedAsStatus1c5Enum is a convenience function that returns Status1c5EnumRejected wrapped in Status1c5Enum.
Status1c5EnumSelectingAccountsAsStatus1c5Enum is a convenience function that returns Status1c5EnumSelectingAccounts wrapped in Status1c5Enum.
Status1c5EnumUndergoingAuthenticationAsStatus1c5Enum is a convenience function that returns Status1c5EnumUndergoingAuthentication wrapped in Status1c5Enum.
# Constants
List of AccountV2StatusEnum.
List of AccountV2StatusEnum.
List of AccountV2StatusEnum.
List of AccountV2StatusEnum.
List of AccountV2StatusEnum.
List of AccountV2StatusEnum.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CashAccountType.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of Status1c5EnumCreated.
List of Status1c5EnumCreated.
List of Status1c5EnumExpired.
List of Status1c5EnumExpired.
List of Status1c5EnumGivingConsent.
List of Status1c5EnumGivingConsent.
List of Status1c5EnumGrantingAccess.
List of Status1c5EnumGrantingAccess.
List of Status1c5EnumLinked.
List of Status1c5EnumLinked.
List of Status1c5EnumRejected.
List of Status1c5EnumRejected.
List of Status1c5EnumSelectingAccounts.
List of Status1c5EnumSelectingAccounts.
List of Status1c5EnumUndergoingAuthentication.
List of Status1c5EnumUndergoingAuthentication.
# Variables
All allowed values of AccountV2StatusEnum enum.
All allowed values of CashAccountType enum.
All allowed values of CountryEnum enum.
All allowed values of Status1c5EnumCreated enum.
All allowed values of Status1c5EnumExpired enum.
All allowed values of Status1c5EnumGivingConsent enum.
All allowed values of Status1c5EnumGrantingAccess enum.
All allowed values of Status1c5EnumLinked enum.
All allowed values of Status1c5EnumRejected enum.
All allowed values of Status1c5EnumSelectingAccounts enum.
All allowed values of Status1c5EnumUndergoingAuthentication enum.
ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.
# Structs
AccountBalance Account balance details.
AccountBalanceBalanceAmount struct for AccountBalanceBalanceAmount.
AccountBalancesResponse struct for AccountBalancesResponse.
AccountDetail struct for AccountDetail.
AccountDetailResponse struct for AccountDetailResponse.
AccountTransaction struct for AccountTransaction.
AccountTransactionCreditorAccount struct for AccountTransactionCreditorAccount.
AccountTransactionDebtorAccount struct for AccountTransactionDebtorAccount.
AccountTransactionResponse struct for AccountTransactionResponse.
AccountTransactionResponseTransactions struct for AccountTransactionResponseTransactions.
AccountTransactionTransactionAmount struct for AccountTransactionTransactionAmount.
AccountV2 AccountV2Serializer.
AccountV2StatusEnumDiscovered struct for AccountV2StatusEnumDiscovered.
AccountV2StatusEnumError struct for AccountV2StatusEnumError.
AccountV2StatusEnumExpired struct for AccountV2StatusEnumExpired.
AccountV2StatusEnumProcessing struct for AccountV2StatusEnumProcessing.
AccountV2StatusEnumReady struct for AccountV2StatusEnumReady.
AccountV2StatusEnumSuspended struct for AccountV2StatusEnumSuspended.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIClient manages communication with the Nordigen Account Information Services API API v2.0 (v2) In most cases there should be only one, shared, APIClient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
No description provided by the author
APIResponse stores the API response returned by the server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Aspsp Represents an ASPSP.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
Configuration stores the configuration of the API client.
EnduserAcceptanceDetailsRequest Represents end-user details.
EndUserAgreement EndUserAgreement.
EndUserAgreementRequest EndUserAgreement.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
JWTObtainPairRequest Obtain JWT pair.
JWTRefreshRequest Refresh access token.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PaginatedEndUserAgreementList struct for PaginatedEndUserAgreementList.
PaginatedRequisitionV2List struct for PaginatedRequisitionV2List.
PremiumAccountQuery Filter country.
RequisitionLinkParamsRequest RequisitionLinkParamsSerializer.
RequisitionLinks RequisitionLinksSerializer.
RequisitionV2 Get requisition by id.
RequisitionV2Request Get requisition by id.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
SpectacularJWTObtain Obtain new JWT pair.
SpectacularJWTRefresh Refresh Access token.
SpectacularRequisitionV2 Create requisition.
Status1c5Enum - Status of requisition.
# Type aliases
AccountsApiService AccountsApi service.
AccountV2StatusEnum Status of account.
AgreementsApiService AgreementsApi service.
CashAccountType ExternalCashAccountType1Code from ISO 20022.
CountryEnum the model 'CountryEnum'.
InstitutionsApiService InstitutionsApi service.
PremiumApiService PremiumApi service.
RequisitionsApiService RequisitionsApi service.
ServerConfigurations stores multiple ServerConfiguration items.
Status1c5EnumCreated the model 'Status1c5EnumCreated'.
Status1c5EnumExpired the model 'Status1c5EnumExpired'.
Status1c5EnumGivingConsent the model 'Status1c5EnumGivingConsent'.
Status1c5EnumGrantingAccess the model 'Status1c5EnumGrantingAccess'.
Status1c5EnumLinked the model 'Status1c5EnumLinked'.
Status1c5EnumRejected the model 'Status1c5EnumRejected'.
Status1c5EnumSelectingAccounts the model 'Status1c5EnumSelectingAccounts'.
Status1c5EnumUndergoingAuthentication the model 'Status1c5EnumUndergoingAuthentication'.
TokenApiService TokenApi service.