Categorygithub.com/fastbill/go-finapi/v6
modulepackage
6.0.0
Repository: https://github.com/fastbill/go-finapi.git
Documentation: pkg.go.dev

# README

Go finAPI

This package provides a finAPI SDK for Go. It was created via OpenAPI Generator as described in the finAPI documentation. Additionally some wrapper code was added to improve the usability.

  • API version: 1.151.1
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen
  • OpenAPI Generator Version 5.0.1

For more information, please visit https://www.finapi.io/impressumrechtlicher-hinweis

Table of Contents

Usage

import ( 
    "github.com/fastbill/go-finapi/v6"
)


config := finapi.ClientConfig{
    Endpoint: "",
    ClientID: "",
    ClientSecret: "",
}
client := finapi.NewClient(config)

// Use a client context to perform actions like creating new users.
ctx, err := client.NewClientContext()
// handle error
newUser := finapimodel.UserCreateParams{
    Email: "",
    Password: "",
    IsAutoUpdateEnabled: true,
}
user, res, err := client.UsersApi.CreateUser(ctx, newUser)

// Use a user context for user based actions like connection banks etc.
userCtx, err := client.NewUserContext("put finapi user id here", "put user password here")
// handle error
newBankConn := finapimodel.ImportBankConnectionParams{
    BankId: 1234,
    BankingUserId: "",
    BankingPin: "",
    StorePin: true,
    MaxDaysForDownload: 90,
    AccountTypeIds: []int{1,2,3}
}
bankConnection, res, err := client.BankConnectionsApi.ImportBankConnection(userCtx, newBankConn)

Documentation for API Endpoints

All URIs are relative to https://sandbox.finapi.io

ClassMethodHTTP requestDescription
AccountsApiDeleteAccountDelete /api/v1/accounts/{id}Delete an account
AccountsApiDeleteAllAccountsDelete /api/v1/accountsDelete all accounts
AccountsApiEditAccountPatch /api/v1/accounts/{id}Edit an account
AccountsApiExecuteSepaDirectDebitPost /api/v1/accounts/executeSepaDirectDebitExecute SEPA Direct Debit
AccountsApiExecuteSepaMoneyTransferPost /api/v1/accounts/executeSepaMoneyTransferExecute SEPA Money Transfer
AccountsApiGetAccountGet /api/v1/accounts/{id}Get an account
AccountsApiGetAndSearchAllAccountsGet /api/v1/accountsGet and search all accounts
AccountsApiGetDailyBalancesGet /api/v1/accounts/dailyBalancesGet daily balances
AccountsApiGetMultipleAccountsGet /api/v1/accounts/{ids}Get multiple accounts
AccountsApiRequestSepaDirectDebitPost /api/v1/accounts/requestSepaDirectDebitRequest SEPA Direct Debit
AccountsApiRequestSepaMoneyTransferPost /api/v1/accounts/requestSepaMoneyTransferRequest SEPA Money Transfer
AuthorizationApiGetTokenPost /oauth/tokenGet tokens
AuthorizationApiRevokeTokenPost /oauth/revokeRevoke a token
BankConnectionsApiConnectInterfacePost /api/v1/bankConnections/connectInterfaceConnect a new interface
BankConnectionsApiDeleteAccessDataDelete /api/v1/bankConnections/{id}/aisConsentDelete a consent
BankConnectionsApiDeleteAllBankConnectionsDelete /api/v1/bankConnectionsDelete all bank connections
BankConnectionsApiDeleteBankConnectionDelete /api/v1/bankConnections/{id}Delete a bank connection
BankConnectionsApiEditBankConnectionPatch /api/v1/bankConnections/{id}Edit a bank connection
BankConnectionsApiGetAllBankConnectionsGet /api/v1/bankConnectionsGet all bank connections
BankConnectionsApiGetBankConnectionGet /api/v1/bankConnections/{id}Get a bank connection
BankConnectionsApiGetMultipleBankConnectionsGet /api/v1/bankConnections/{ids}Get multiple bank connections
BankConnectionsApiImportBankConnectionPost /api/v1/bankConnections/importImport a new bank connection
BankConnectionsApiRemoveInterfacePost /api/v1/bankConnections/removeInterfaceRemove an interface
BankConnectionsApiUpdateBankConnectionPost /api/v1/bankConnections/updateUpdate a bank connection
BanksApiGetAndSearchAllBanksGet /api/v1/banksGet and search all banks
BanksApiGetBankGet /api/v1/banks/{id}Get a bank
BanksApiGetMultipleBanksGet /api/v1/banks/{ids}Get multiple banks
CategoriesApiCreateCategoryPost /api/v1/categoriesCreate a new category
CategoriesApiDeleteAllCategoriesDelete /api/v1/categoriesDelete all categories
CategoriesApiDeleteCategoryDelete /api/v1/categories/{id}Delete a category
CategoriesApiEditCategoryPatch /api/v1/categories/{id}Edit a category
CategoriesApiGetAndSearchAllCategoriesGet /api/v1/categoriesGet and search all categories
CategoriesApiGetCashFlowsGet /api/v1/categories/cashFlowsGet cash flows
CategoriesApiGetCategoryGet /api/v1/categories/{id}Get a category
CategoriesApiGetMultipleCategoriesGet /api/v1/categories/{ids}Get multiple categories
CategoriesApiTrainCategorizationPost /api/v1/categories/trainCategorizationTrain categorization
ClientConfigurationApiEditClientConfigurationPatch /api/v1/clientConfigurationEdit client configuration
ClientConfigurationApiGetClientConfigurationGet /api/v1/clientConfigurationGet client configuration
LabelsApiCreateLabelPost /api/v1/labelsCreate a new label
LabelsApiDeleteAllLabelsDelete /api/v1/labelsDelete all labels
LabelsApiDeleteLabelDelete /api/v1/labels/{id}Delete a label
LabelsApiEditLabelPatch /api/v1/labels/{id}Edit a label
LabelsApiGetAndSearchAllLabelsGet /api/v1/labelsGet and search all labels
LabelsApiGetLabelGet /api/v1/labels/{id}Get a label
LabelsApiGetMultipleLabelsGet /api/v1/labels/{ids}Get multiple labels
MandatorAdministrationApiChangeClientCredentialsPost /api/v1/mandatorAdmin/changeClientCredentialsChange client credentials
MandatorAdministrationApiCreateIbanRulesPost /api/v1/mandatorAdmin/ibanRulesCreate IBAN rules
MandatorAdministrationApiCreateKeywordRulesPost /api/v1/mandatorAdmin/keywordRulesCreate keyword rules
MandatorAdministrationApiDeleteIbanRulesPost /api/v1/mandatorAdmin/ibanRules/deleteDelete IBAN rules
MandatorAdministrationApiDeleteKeywordRulesPost /api/v1/mandatorAdmin/keywordRules/deleteDelete keyword rules
MandatorAdministrationApiDeleteUsersPost /api/v1/mandatorAdmin/deleteUsersDelete users
MandatorAdministrationApiGetIbanRuleListGet /api/v1/mandatorAdmin/ibanRulesGet IBAN rules
MandatorAdministrationApiGetKeywordRuleListGet /api/v1/mandatorAdmin/keywordRulesGet keyword rules
MandatorAdministrationApiGetUserListGet /api/v1/mandatorAdmin/getUserListGet user list
MocksAndTestsApiCheckCategorizationPost /api/v1/tests/checkCategorizationCheck categorization
MocksAndTestsApiMockBatchUpdatePost /api/v1/tests/mockBatchUpdateMock batch update
NotificationRulesApiCreateNotificationRulePost /api/v1/notificationRulesCreate a new notification rule
NotificationRulesApiDeleteAllNotificationRulesDelete /api/v1/notificationRulesDelete all notification rules
NotificationRulesApiDeleteNotificationRuleDelete /api/v1/notificationRules/{id}Delete a notification rule
NotificationRulesApiGetAndSearchAllNotificationRulesGet /api/v1/notificationRulesGet and search all notification rules
NotificationRulesApiGetNotificationRuleGet /api/v1/notificationRules/{id}Get a notification rule
PaymentsApiCreateDirectDebitPost /api/v1/payments/directDebitsCreate direct debit
PaymentsApiCreateMoneyTransferPost /api/v1/payments/moneyTransfersCreate money transfer
PaymentsApiGetPaymentsGet /api/v1/paymentsGet payments
PaymentsApiSubmitPaymentPost /api/v1/payments/submitSubmit payment
SecuritiesApiGetAndSearchAllSecuritiesGet /api/v1/securitiesGet and search all securities
SecuritiesApiGetMultipleSecuritiesGet /api/v1/securities/{ids}Get multiple securities
SecuritiesApiGetSecurityGet /api/v1/securities/{id}Get a security
StandingOrdersApiCreateStandingOrderPost /api/v1/standingOrdersCreate a standing order
StandingOrdersApiGetStandingOrdersGet /api/v1/standingOrdersGet standing orders
StandingOrdersApiSubmitStandingOrderPost /api/v1/standingOrders/submitSubmit standing order
TPPCertificatesApiCreateNewCertificatePost /api/v1/tppCertificatesUpload TPP certificate
TPPCertificatesApiDeleteCertificateDelete /api/v1/tppCertificates/{id}Delete a TPP certificate
TPPCertificatesApiGetAllCertificatesGet /api/v1/tppCertificatesGet all TPP certificates
TPPCertificatesApiGetCertificateGet /api/v1/tppCertificates/{id}Get a TPP certificate
TPPCredentialsApiCreateTppCredentialPost /api/v1/tppCredentialsUpload TPP credentials
TPPCredentialsApiDeleteTppCredentialDelete /api/v1/tppCredentials/{id}Delete a set of TPP credentials
TPPCredentialsApiEditTppCredentialPatch /api/v1/tppCredentials/{id}Edit a set of TPP credentials
TPPCredentialsApiGetAllTppCredentialsGet /api/v1/tppCredentialsGet all TPP credentials
TPPCredentialsApiGetAndSearchTppAuthenticationGroupsGet /api/v1/tppCredentials/tppAuthenticationGroupsGet all TPP Authentication Groups
TPPCredentialsApiGetTppCredentialGet /api/v1/tppCredentials/{id}Get a set of TPP credentials
TransactionsApiDeleteAllTransactionsDelete /api/v1/transactionsDelete all transactions
TransactionsApiDeleteTransactionDelete /api/v1/transactions/{id}Delete a transaction
TransactionsApiEditMultipleTransactionsPatch /api/v1/transactionsEdit multiple transactions
TransactionsApiEditMultipleTransactionsDeprecatedPatch /api/v1/transactions/{ids}Edit multiple transactions (DEPRECATED)
TransactionsApiEditTransactionPatch /api/v1/transactions/{id}Edit a transaction
TransactionsApiGetAndSearchAllTransactionsGet /api/v1/transactionsGet and search all transactions
TransactionsApiGetMultipleTransactionsGet /api/v1/transactions/{ids}Get multiple transactions
TransactionsApiGetTransactionGet /api/v1/transactions/{id}Get a transaction
TransactionsApiRestoreTransactionPost /api/v1/transactions/{id}/restoreRestore a transaction
TransactionsApiSplitTransactionPost /api/v1/transactions/{id}/splitSplit a transaction
TransactionsApiTriggerCategorizationPost /api/v1/transactions/triggerCategorizationTrigger categorization
UsersApiCreateUserPost /api/v1/usersCreate a new user
UsersApiDeleteAuthorizedUserDelete /api/v1/usersDelete the authorized user
UsersApiDeleteUnverifiedUserDelete /api/v1/users/{userId}Delete an unverified user
UsersApiEditAuthorizedUserPatch /api/v1/usersEdit the authorized user
UsersApiExecutePasswordChangePost /api/v1/users/executePasswordChangeExecute password change
UsersApiGetAuthorizedUserGet /api/v1/usersGet the authorized user
UsersApiGetVerificationStatusGet /api/v1/users/verificationStatusGet a user's verification status
UsersApiRequestPasswordChangePost /api/v1/users/requestPasswordChangeRequest password change
UsersApiVerifyUserPost /api/v1/users/verify/{userId}Verify a user
WebFormsApiGetWebFormGet /api/v1/webForms/{id}Get a Web Form

Documentation For Models

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat64
  • PtrFloat64
  • PtrString
  • PtrTime

How to Update This SDK

  1. Download the newest version of the official SDK from docs.finapi.io. For that click the download button on the top of the page and select "go" as language.
  2. Save the zip file you get there to some place on your PC and extract it. Open the folder go-client.
  3. In the current SDK folder, delete everything besides README.md and finapi.go. Then copy everything besides gitpush.sh and dot files from the new SDK that you downloaded into your existing repository.
  4. Replace all occurances of package io.finapi.access with package finapi besides the one in this README file.
  5. Revert the module name in the go.mod file to the one you had before. Consider increasing the major version in case you expect breaking changes from the update.
  6. Fix compiliation errors if there are some (e.g. the NewTransaction struct might need to be renamed to ExtendedTransaction to avoid a naming collision).
  7. In the file client.go make sure to keep the following change for the serialization of the OpenAPI error (either revert the change from copying the file or just paste in the old version again):
    func (e GenericOpenAPIError) Error() string {
        return e.error + ", body: " + string(e.body)
    }
    
  8. From the README.md file in the downloaded SDK copy the sections Documentation for API Endpoints and Documentation For Models and use them to replace those sections in the repository README.md file.' Also update the API version mentioned at the top of the readme.
  9. Replace all float32 with float64 and Float32 with Float64 in the entire SDK with the exception of this README file and the utils.go file. This is needed because otherwise we get rounding errors for large transaction amounts. Float64 only garantees 6 correct digits, not enought for amounts like 123456.78.
  10. Review the changes in the Git diff before commiting them. Files in docs folder can be commited without thourough checking since they only contain text changes.

# Functions

CacheExpires helper function to determine remaining time before repeating a request.
NewAccessToken instantiates a new AccessToken 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.
NewAccessTokenWithDefaults instantiates a new AccessToken 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.
NewAccount instantiates a new Account 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.
NewAccountInterface instantiates a new AccountInterface 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.
NewAccountInterfacePaymentCapabilities instantiates a new AccountInterfacePaymentCapabilities 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.
NewAccountInterfacePaymentCapabilitiesWithDefaults instantiates a new AccountInterfacePaymentCapabilities 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.
NewAccountInterfaceWithDefaults instantiates a new AccountInterface 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.
NewAccountList instantiates a new AccountList 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.
NewAccountListWithDefaults instantiates a new AccountList 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.
NewAccountParams instantiates a new AccountParams 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.
NewAccountParamsWithDefaults instantiates a new AccountParams 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.
NewAccountReference instantiates a new AccountReference 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.
NewAccountReferenceWithDefaults instantiates a new AccountReference 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.
NewAccountWithDefaults instantiates a new Account 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 APIResonse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewBadCredentialsError instantiates a new BadCredentialsError 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.
NewBadCredentialsErrorWithDefaults instantiates a new BadCredentialsError 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.
NewBank instantiates a new Bank 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.
NewBankConnection instantiates a new BankConnection 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.
NewBankConnectionInterface instantiates a new BankConnectionInterface 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.
NewBankConnectionInterfaceWithDefaults instantiates a new BankConnectionInterface 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.
NewBankConnectionList instantiates a new BankConnectionList 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.
NewBankConnectionListWithDefaults instantiates a new BankConnectionList 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.
NewBankConnectionOwner instantiates a new BankConnectionOwner 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.
NewBankConnectionOwnerWithDefaults instantiates a new BankConnectionOwner 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.
NewBankConnectionWithDefaults instantiates a new BankConnection 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.
NewBankConsent instantiates a new BankConsent 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.
NewBankConsentWithDefaults instantiates a new BankConsent 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.
NewBankGroup instantiates a new BankGroup 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.
NewBankGroupWithDefaults instantiates a new BankGroup 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.
NewBankInterface instantiates a new BankInterface 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.
NewBankInterfaceLoginField instantiates a new BankInterfaceLoginField 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.
NewBankInterfaceLoginFieldWithDefaults instantiates a new BankInterfaceLoginField 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.
NewBankInterfacePaymentCapabilities instantiates a new BankInterfacePaymentCapabilities 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.
NewBankInterfacePaymentCapabilitiesWithDefaults instantiates a new BankInterfacePaymentCapabilities 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.
NewBankInterfaceWithDefaults instantiates a new BankInterface 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.
NewBankList instantiates a new BankList 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.
NewBankListWithDefaults instantiates a new BankList 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.
NewBankWithDefaults instantiates a new Bank 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.
NewCashFlow instantiates a new CashFlow 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.
NewCashFlowList instantiates a new CashFlowList 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.
NewCashFlowListWithDefaults instantiates a new CashFlowList 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.
NewCashFlowWithDefaults instantiates a new CashFlow 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.
NewCategorizationCheckResult instantiates a new CategorizationCheckResult 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.
NewCategorizationCheckResults instantiates a new CategorizationCheckResults 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.
NewCategorizationCheckResultsWithDefaults instantiates a new CategorizationCheckResults 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.
NewCategorizationCheckResultWithDefaults instantiates a new CategorizationCheckResult 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.
NewCategory instantiates a new Category 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.
NewCategoryList instantiates a new CategoryList 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.
NewCategoryListWithDefaults instantiates a new CategoryList 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.
NewCategoryParams instantiates a new CategoryParams 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.
NewCategoryParamsWithDefaults instantiates a new CategoryParams 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.
NewCategoryWithDefaults instantiates a new Category 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.
NewChangeClientCredentialsParams instantiates a new ChangeClientCredentialsParams 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.
NewChangeClientCredentialsParamsWithDefaults instantiates a new ChangeClientCredentialsParams 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.
NewCheckCategorizationData instantiates a new CheckCategorizationData 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.
NewCheckCategorizationDataWithDefaults instantiates a new CheckCategorizationData 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.
NewCheckCategorizationTransactionData instantiates a new CheckCategorizationTransactionData 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.
NewCheckCategorizationTransactionDataWithDefaults instantiates a new CheckCategorizationTransactionData 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.
NewClearingAccountData instantiates a new ClearingAccountData 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.
NewClearingAccountDataWithDefaults instantiates a new ClearingAccountData 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.
NewClient creates a new finAPI client.
NewClientConfiguration instantiates a new ClientConfiguration 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.
NewClientConfigurationParams instantiates a new ClientConfigurationParams 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.
NewClientConfigurationParamsWithDefaults instantiates a new ClientConfigurationParams 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.
NewClientConfigurationWithDefaults instantiates a new ClientConfiguration 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.
NewConfiguration returns a new Configuration object.
NewConnectInterfaceParams instantiates a new ConnectInterfaceParams 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.
NewConnectInterfaceParamsWithDefaults instantiates a new ConnectInterfaceParams 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.
NewCreateDirectDebitParams instantiates a new CreateDirectDebitParams 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.
NewCreateDirectDebitParamsWithDefaults instantiates a new CreateDirectDebitParams 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.
NewCreateMoneyTransferParams instantiates a new CreateMoneyTransferParams 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.
NewCreateMoneyTransferParamsWithDefaults instantiates a new CreateMoneyTransferParams 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.
NewCreateStandingOrderParams instantiates a new CreateStandingOrderParams 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.
NewCreateStandingOrderParamsWithDefaults instantiates a new CreateStandingOrderParams 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.
NewDailyBalance instantiates a new DailyBalance 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.
NewDailyBalanceList instantiates a new DailyBalanceList 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.
NewDailyBalanceListWithDefaults instantiates a new DailyBalanceList 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.
NewDailyBalanceWithDefaults instantiates a new DailyBalance 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.
NewDeleteConsent instantiates a new DeleteConsent 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.
NewDeleteConsentWithDefaults instantiates a new DeleteConsent 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.
NewDirectDebitOrderingResponse instantiates a new DirectDebitOrderingResponse 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.
NewDirectDebitOrderingResponseWithDefaults instantiates a new DirectDebitOrderingResponse 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.
NewDirectDebitOrderParams instantiates a new DirectDebitOrderParams 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.
NewDirectDebitOrderParamsWithDefaults instantiates a new DirectDebitOrderParams 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.
NewEditBankConnectionParams instantiates a new EditBankConnectionParams 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.
NewEditBankConnectionParamsWithDefaults instantiates a new EditBankConnectionParams 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.
NewEditCategoryParams instantiates a new EditCategoryParams 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.
NewEditCategoryParamsWithDefaults instantiates a new EditCategoryParams 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.
NewEditTppCredentialParams instantiates a new EditTppCredentialParams 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.
NewEditTppCredentialParamsWithDefaults instantiates a new EditTppCredentialParams 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.
NewErrorDetails instantiates a new ErrorDetails 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.
NewErrorDetailsWithDefaults instantiates a new ErrorDetails 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.
NewErrorMessage instantiates a new ErrorMessage 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.
NewErrorMessageWithDefaults instantiates a new ErrorMessage 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.
NewExecutePasswordChangeParams instantiates a new ExecutePasswordChangeParams 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.
NewExecutePasswordChangeParamsWithDefaults instantiates a new ExecutePasswordChangeParams 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.
NewExecuteSepaDirectDebitParams instantiates a new ExecuteSepaDirectDebitParams 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.
NewExecuteSepaDirectDebitParamsWithDefaults instantiates a new ExecuteSepaDirectDebitParams 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.
NewExecuteSepaMoneyTransferParams instantiates a new ExecuteSepaMoneyTransferParams 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.
NewExecuteSepaMoneyTransferParamsWithDefaults instantiates a new ExecuteSepaMoneyTransferParams 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.
NewExtendedTransaction instantiates a new ExtendedTransaction 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.
NewExtendedTransactionWithDefaults instantiates a new ExtendedTransaction 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.
NewIbanRule instantiates a new IbanRule 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.
NewIbanRuleIdentifiersParams instantiates a new IbanRuleIdentifiersParams 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.
NewIbanRuleIdentifiersParamsWithDefaults instantiates a new IbanRuleIdentifiersParams 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.
NewIbanRuleList instantiates a new IbanRuleList 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.
NewIbanRuleListWithDefaults instantiates a new IbanRuleList 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.
NewIbanRuleParams instantiates a new IbanRuleParams 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.
NewIbanRuleParamsWithDefaults instantiates a new IbanRuleParams 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.
NewIbanRulesParams instantiates a new IbanRulesParams 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.
NewIbanRulesParamsWithDefaults instantiates a new IbanRulesParams 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.
NewIbanRuleWithDefaults instantiates a new IbanRule 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.
NewIdentifierList instantiates a new IdentifierList 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.
NewIdentifierListWithDefaults instantiates a new IdentifierList 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.
NewImportBankConnectionParams instantiates a new ImportBankConnectionParams 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.
NewImportBankConnectionParamsWithDefaults instantiates a new ImportBankConnectionParams 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.
NewKeywordRule instantiates a new KeywordRule 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.
NewKeywordRuleIdentifiersParams instantiates a new KeywordRuleIdentifiersParams 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.
NewKeywordRuleIdentifiersParamsWithDefaults instantiates a new KeywordRuleIdentifiersParams 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.
NewKeywordRuleList instantiates a new KeywordRuleList 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.
NewKeywordRuleListWithDefaults instantiates a new KeywordRuleList 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.
NewKeywordRuleParams instantiates a new KeywordRuleParams 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.
NewKeywordRuleParamsWithDefaults instantiates a new KeywordRuleParams 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.
NewKeywordRulesParams instantiates a new KeywordRulesParams 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.
NewKeywordRulesParamsWithDefaults instantiates a new KeywordRulesParams 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.
NewKeywordRuleWithDefaults instantiates a new KeywordRule 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.
NewLabel instantiates a new Label 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.
NewLabelList instantiates a new LabelList 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.
NewLabelListWithDefaults instantiates a new LabelList 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.
NewLabelParams instantiates a new LabelParams 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.
NewLabelParamsWithDefaults instantiates a new LabelParams 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.
NewLabelWithDefaults instantiates a new Label 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.
NewLoginCredential instantiates a new LoginCredential 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.
NewLoginCredentialResource instantiates a new LoginCredentialResource 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.
NewLoginCredentialResourceWithDefaults instantiates a new LoginCredentialResource 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.
NewLoginCredentialWithDefaults instantiates a new LoginCredential 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.
NewMockAccountData instantiates a new MockAccountData 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.
NewMockAccountDataWithDefaults instantiates a new MockAccountData 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.
NewMockBankConnectionUpdate instantiates a new MockBankConnectionUpdate 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.
NewMockBankConnectionUpdateWithDefaults instantiates a new MockBankConnectionUpdate 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.
NewMockBatchUpdateParams instantiates a new MockBatchUpdateParams 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.
NewMockBatchUpdateParamsWithDefaults instantiates a new MockBatchUpdateParams 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.
NewMoneyTransferOrderingResponse instantiates a new MoneyTransferOrderingResponse 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.
NewMoneyTransferOrderingResponseWithDefaults instantiates a new MoneyTransferOrderingResponse 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.
NewMoneyTransferOrderParams instantiates a new MoneyTransferOrderParams 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.
NewMoneyTransferOrderParamsWithDefaults instantiates a new MoneyTransferOrderParams 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.
NewMonthlyUserStats instantiates a new MonthlyUserStats 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.
NewMonthlyUserStatsWithDefaults instantiates a new MonthlyUserStats 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.
NewMultiStepAuthenticationCallback instantiates a new MultiStepAuthenticationCallback 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.
NewMultiStepAuthenticationCallbackWithDefaults instantiates a new MultiStepAuthenticationCallback 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.
NewMultiStepAuthenticationChallenge instantiates a new MultiStepAuthenticationChallenge 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.
NewMultiStepAuthenticationChallengeWithDefaults instantiates a new MultiStepAuthenticationChallenge 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.
NewNotificationRule instantiates a new NotificationRule 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.
NewNotificationRuleList instantiates a new NotificationRuleList 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.
NewNotificationRuleListWithDefaults instantiates a new NotificationRuleList 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.
NewNotificationRuleParams instantiates a new NotificationRuleParams 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.
NewNotificationRuleParamsWithDefaults instantiates a new NotificationRuleParams 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.
NewNotificationRuleWithDefaults instantiates a new NotificationRule 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
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
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
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
NewPageableBankList instantiates a new PageableBankList 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.
NewPageableBankListWithDefaults instantiates a new PageableBankList 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.
NewPageableCategoryList instantiates a new PageableCategoryList 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.
NewPageableCategoryListWithDefaults instantiates a new PageableCategoryList 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.
NewPageableIbanRuleList instantiates a new PageableIbanRuleList 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.
NewPageableIbanRuleListWithDefaults instantiates a new PageableIbanRuleList 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.
NewPageableKeywordRuleList instantiates a new PageableKeywordRuleList 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.
NewPageableKeywordRuleListWithDefaults instantiates a new PageableKeywordRuleList 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.
NewPageableLabelList instantiates a new PageableLabelList 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.
NewPageableLabelListWithDefaults instantiates a new PageableLabelList 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.
NewPageablePaymentResources instantiates a new PageablePaymentResources 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.
NewPageablePaymentResourcesWithDefaults instantiates a new PageablePaymentResources 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.
NewPageableSecurityList instantiates a new PageableSecurityList 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.
NewPageableSecurityListWithDefaults instantiates a new PageableSecurityList 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.
NewPageableStandingOrderResources instantiates a new PageableStandingOrderResources 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.
NewPageableStandingOrderResourcesWithDefaults instantiates a new PageableStandingOrderResources 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.
NewPageableTppAuthenticationGroupResources instantiates a new PageableTppAuthenticationGroupResources 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.
NewPageableTppAuthenticationGroupResourcesWithDefaults instantiates a new PageableTppAuthenticationGroupResources 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.
NewPageableTppCertificateList instantiates a new PageableTppCertificateList 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.
NewPageableTppCertificateListWithDefaults instantiates a new PageableTppCertificateList 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.
NewPageableTppCredentialResources instantiates a new PageableTppCredentialResources 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.
NewPageableTppCredentialResourcesWithDefaults instantiates a new PageableTppCredentialResources 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.
NewPageableTransactionList instantiates a new PageableTransactionList 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.
NewPageableTransactionListWithDefaults instantiates a new PageableTransactionList 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.
NewPageableUserInfoList instantiates a new PageableUserInfoList 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.
NewPageableUserInfoListWithDefaults instantiates a new PageableUserInfoList 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.
NewPaging instantiates a new Paging 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.
NewPagingWithDefaults instantiates a new Paging 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.
NewPasswordChangingResource instantiates a new PasswordChangingResource 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.
NewPasswordChangingResourceWithDefaults instantiates a new PasswordChangingResource 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.
NewPayment instantiates a new Payment 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.
NewPaymentExecutionResponse instantiates a new PaymentExecutionResponse 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.
NewPaymentExecutionResponseWithDefaults instantiates a new PaymentExecutionResponse 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.
NewPaymentWithDefaults instantiates a new Payment 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.
NewPaypalTransactionData instantiates a new PaypalTransactionData 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.
NewPaypalTransactionDataWithDefaults instantiates a new PaypalTransactionData 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.
NewRemoveInterfaceParams instantiates a new RemoveInterfaceParams 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.
NewRemoveInterfaceParamsWithDefaults instantiates a new RemoveInterfaceParams 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.
NewRequestPasswordChangeParams instantiates a new RequestPasswordChangeParams 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.
NewRequestPasswordChangeParamsWithDefaults instantiates a new RequestPasswordChangeParams 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.
NewRequestSepaDirectDebitParams instantiates a new RequestSepaDirectDebitParams 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.
NewRequestSepaDirectDebitParamsWithDefaults instantiates a new RequestSepaDirectDebitParams 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.
NewRequestSepaMoneyTransferParams instantiates a new RequestSepaMoneyTransferParams 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.
NewRequestSepaMoneyTransferParamsWithDefaults instantiates a new RequestSepaMoneyTransferParams 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.
NewSecurity instantiates a new Security 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.
NewSecurityList instantiates a new SecurityList 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.
NewSecurityListWithDefaults instantiates a new SecurityList 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.
NewSecurityWithDefaults instantiates a new Security 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.
NewSingleDirectDebitData instantiates a new SingleDirectDebitData 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.
NewSingleDirectDebitDataWithDefaults instantiates a new SingleDirectDebitData 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.
NewSingleMoneyTransferRecipientData instantiates a new SingleMoneyTransferRecipientData 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.
NewSingleMoneyTransferRecipientDataWithDefaults instantiates a new SingleMoneyTransferRecipientData 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.
NewSplitTransactionsParams instantiates a new SplitTransactionsParams 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.
NewSplitTransactionsParamsWithDefaults instantiates a new SplitTransactionsParams 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.
NewStandingOrder instantiates a new StandingOrder 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.
NewStandingOrderWithDefaults instantiates a new StandingOrder 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.
NewSubmitPaymentParams instantiates a new SubmitPaymentParams 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.
NewSubmitPaymentParamsWithDefaults instantiates a new SubmitPaymentParams 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.
NewSubmitStandingOrderParams instantiates a new SubmitStandingOrderParams 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.
NewSubmitStandingOrderParamsWithDefaults instantiates a new SubmitStandingOrderParams 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.
NewSubTransactionParams instantiates a new SubTransactionParams 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.
NewSubTransactionParamsWithDefaults instantiates a new SubTransactionParams 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.
NewTppAuthenticationGroup instantiates a new TppAuthenticationGroup 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.
NewTppAuthenticationGroupWithDefaults instantiates a new TppAuthenticationGroup 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.
NewTppCertificate instantiates a new TppCertificate 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.
NewTppCertificateParams instantiates a new TppCertificateParams 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.
NewTppCertificateParamsWithDefaults instantiates a new TppCertificateParams 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.
NewTppCertificateWithDefaults instantiates a new TppCertificate 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.
NewTppCredentials instantiates a new TppCredentials 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.
NewTppCredentialsParams instantiates a new TppCredentialsParams 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.
NewTppCredentialsParamsWithDefaults instantiates a new TppCredentialsParams 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.
NewTppCredentialsWithDefaults instantiates a new TppCredentials 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.
NewTrainCategorizationData instantiates a new TrainCategorizationData 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.
NewTrainCategorizationDataWithDefaults instantiates a new TrainCategorizationData 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.
NewTrainCategorizationTransactionData instantiates a new TrainCategorizationTransactionData 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.
NewTrainCategorizationTransactionDataWithDefaults instantiates a new TrainCategorizationTransactionData 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.
NewTransaction instantiates a new Transaction 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.
NewTransactionList instantiates a new TransactionList 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.
NewTransactionListWithDefaults instantiates a new TransactionList 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.
NewTransactionWithDefaults instantiates a new Transaction 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.
NewTriggerCategorizationParams instantiates a new TriggerCategorizationParams 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.
NewTriggerCategorizationParamsWithDefaults instantiates a new TriggerCategorizationParams 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.
NewTwoStepProcedure instantiates a new TwoStepProcedure 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.
NewTwoStepProcedureWithDefaults instantiates a new TwoStepProcedure 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.
NewUpdateBankConnectionParams instantiates a new UpdateBankConnectionParams 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.
NewUpdateBankConnectionParamsWithDefaults instantiates a new UpdateBankConnectionParams 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.
NewUpdateMultipleTransactionsParams instantiates a new UpdateMultipleTransactionsParams 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.
NewUpdateMultipleTransactionsParamsWithDefaults instantiates a new UpdateMultipleTransactionsParams 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.
NewUpdateResult instantiates a new UpdateResult 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.
NewUpdateResultWithDefaults instantiates a new UpdateResult 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.
NewUpdateTransactionsParams instantiates a new UpdateTransactionsParams 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.
NewUpdateTransactionsParamsWithDefaults instantiates a new UpdateTransactionsParams 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.
NewUser instantiates a new User 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.
NewUserCreateParams instantiates a new UserCreateParams 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.
NewUserCreateParamsWithDefaults instantiates a new UserCreateParams 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.
NewUserIdentifiersList instantiates a new UserIdentifiersList 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.
NewUserIdentifiersListWithDefaults instantiates a new UserIdentifiersList 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.
NewUserIdentifiersParams instantiates a new UserIdentifiersParams 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.
NewUserIdentifiersParamsWithDefaults instantiates a new UserIdentifiersParams 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.
NewUserInfo instantiates a new UserInfo 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.
NewUserInfoWithDefaults instantiates a new UserInfo 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.
NewUserUpdateParams instantiates a new UserUpdateParams 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.
NewUserUpdateParamsWithDefaults instantiates a new UserUpdateParams 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.
NewUserWithDefaults instantiates a new User 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.
NewVerificationStatusResource instantiates a new VerificationStatusResource 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.
NewVerificationStatusResourceWithDefaults instantiates a new VerificationStatusResource 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.
NewWebForm instantiates a new WebForm 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.
NewWebFormWithDefaults instantiates a new WebForm 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.
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.

# Constants

List of AccountCapability.
List of AccountCapability.
List of AccountCapability.
List of AccountCapability.
List of AccountCapability.
List of AccountCapability.
List of AccountCapability.
List of AccountCapability.
List of AccountCapability.
List of AccountStatus.
List of AccountStatus.
List of AccountStatus.
List of AccountStatus.
List of AccountStatus.
List of AccountType.
List of AccountType.
List of AccountType.
List of AccountType.
List of AccountType.
List of AccountType.
List of AccountType.
List of AccountType.
List of BankConsentStatus.
List of BankConsentStatus.
List of BankingInterface.
List of BankingInterface.
List of BankingInterface.
List of BankInterfaceProperty.
List of BankInterfaceProperty.
List of BankInterfaceProperty.
List of CategorizationRuleDirection.
List of CategorizationRuleDirection.
List of CategorizationRuleDirection.
List of CategorizationStatus.
List of CategorizationStatus.
List of CategorizationStatus.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of Currency.
List of DeleteConsentResult.
List of DeleteConsentResult.
List of DeleteConsentResult.
List of DeleteConsentResult.
List of DirectDebitSequenceType.
List of DirectDebitSequenceType.
List of DirectDebitSequenceType.
List of DirectDebitSequenceType.
List of DirectDebitType.
List of DirectDebitType.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorCode.
List of ErrorType.
List of ErrorType.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of ISO3166Alpha2Codes.
List of MandatorLicense.
List of MandatorLicense.
List of MandatorLicense.
List of MandatorLicense.
List of MsaStatus.
List of MsaStatus.
List of MsaStatus.
List of MsaStatus.
List of MsaStatus.
List of OrderInitiationStatus.
List of OrderInitiationStatus.
List of OrderInitiationStatus.
List of OrderInitiationStatus.
List of OrderInitiationStatus.
List of PaymentType.
List of PaymentType.
List of PreferredConsentType.
List of PreferredConsentType.
List of Product.
List of Product.
List of Product.
List of Product.
List of SecurityPositionQuantityNominalType.
List of SecurityPositionQuantityNominalType.
List of SecurityPositionQuoteType.
List of SecurityPositionQuoteType.
List of StandingOrderFrequency.
List of StandingOrderFrequency.
List of StandingOrderFrequency.
List of StandingOrderFrequency.
List of StandingOrderFrequency.
List of SupportedDataSource.
List of SupportedDataSource.
List of SupportedOrder.
List of SupportedOrder.
List of SupportedOrder.
List of SupportedOrder.
List of SupportedOrder.
List of SupportedOrder.
List of TppCertificateType.
List of TppCertificateType.
List of TransactionDirection.
List of TransactionDirection.
List of UpdateResultStatus.
List of UpdateResultStatus.
List of UpdateResultStatus.
List of WebFormMode.
List of WebFormMode.
List of WebFormMode.
List of WebFormStatus.
List of WebFormStatus.
List of WebFormStatus.
List of WebFormStatus.

# Variables

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

AccessToken User access token info.
Account Container for a bank account's data.
AccountInterface Account interface details.
AccountInterfacePaymentCapabilities Payment capabilities of a bank account.
AccountList Container for data of multiple bank accounts.
AccountParams Container for an account's name, type and 'isNew' flag'.
AccountReference Account reference data.
No description provided by the author
No description provided by the author
APIClient manages communication with the finAPI Access (with deprecation) API v1.151.1 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
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
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
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
No description provided by the author
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
BadCredentialsError struct for BadCredentialsError.
Bank Container for a bank's data.
BankConnection Container for a bank connection's data.
BankConnectionInterface Resource representing a bank connection interface.
BankConnectionList Container for data of multiple bank connections.
BankConnectionOwner Container for a bank connection owner's data.
BankConsent Bank consent information.
BankGroup Container for a bank group's data.
BankInterface Interface used to connect to a bank.
BankInterfaceLoginField Container for a bank's login credential field.
BankInterfacePaymentCapabilities Payment capabilities of a bank interface.
BankList Container for data of multiple banks.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
CashFlow Cash flow.
CashFlowList Cash flows.
CategorizationCheckResult struct for CategorizationCheckResult.
CategorizationCheckResults struct for CategorizationCheckResults.
Category Category data.
CategoryList Container for data of multiple categories.
CategoryParams Category parameters.
ChangeClientCredentialsParams Container for change client credentials parameters.
CheckCategorizationData Transactions data for categorization check.
CheckCategorizationTransactionData Transaction data for categorization check.
ClearingAccountData clearing account data.
Client bundles the different API services and holds the configuration.
ClientConfig holds the configuration values for the finAPI client.
ClientConfiguration Client configuration parameters.
ClientConfigurationParams Client configuration parameters.
Configuration stores the configuration of the API client.
ConnectInterfaceParams Container for interface connection parameters.
CreateDirectDebitParams Container for direct debit creation parameters.
CreateMoneyTransferParams Container for money transfer creation parameters.
CreateStandingOrderParams Container for standing order creation parameters.
DailyBalance Balance data for a single day.
DailyBalanceList Contains a list of daily balances.
DeleteConsent Container for a result of the consent deleting.
DirectDebitOrderingResponse Bank server's response to a direct debit order request.
DirectDebitOrderParams Parameters for a direct debit order.
EditBankConnectionParams Container for bank connection edit params.
EditCategoryParams Container for category edit params.
EditTppCredentialParams A container for editing TPP client credentials data.
ErrorDetails Error details.
ErrorMessage Response type when a service call was not successful.
ExecutePasswordChangeParams Execute password change parameters.
ExecuteSepaDirectDebitParams Container for parameters for the execution of a submitted SEPA direct debit order.
ExecuteSepaMoneyTransferParams Container for parameters for the execution of a submitted SEPA money transfer order.
ExtendedTransaction Mock transaction data.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
IbanRule Container for an IBAN rule.
IbanRuleIdentifiersParams IBAN Rule Identifier params.
IbanRuleList Container for IBAN rules.
IbanRuleParams Parameters of IBAN rule.
IbanRulesParams Params for creation of IBAN rules.
IdentifierList Set of identifiers (in ascending order).
ImportBankConnectionParams Container for bank connection import parameters.
KeywordRule Container for a keyword rule.
KeywordRuleIdentifiersParams Keyword Rule Identifier params.
KeywordRuleList Container for keyword rules.
KeywordRuleParams Parameters of keyword rule.
KeywordRulesParams Params for creation of keyword rules.
Label Container for a label's data.
LabelList Container for labels.
LabelParams Label's name.
LoginCredential Login credential.
LoginCredentialResource Container for a bank login credential.
MockAccountData Mock account data.
MockBankConnectionUpdate Data for a mock bank connection update.
MockBatchUpdateParams Data for mock bank connection updates.
MoneyTransferOrderingResponse Bank server's response to a money transfer order request.
MoneyTransferOrderParams Parameters for a money transfer order.
MonthlyUserStats Information about a user's data or activities for a certain month.
MultiStepAuthenticationCallback Container for multi-step authentication data, as passed by the client to finAPI.
MultiStepAuthenticationChallenge Container for multi-step authentication data, as returned by finAPI to the client.
NotificationRule Data of notification rule.
NotificationRuleList Container for notification rules.
NotificationRuleParams Parameters of notification rule.
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
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
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
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
PageableBankList Container for banks with paging information.
PageableCategoryList Container for categories with paging information.
PageableIbanRuleList Container for IBAN rule information with paging information.
PageableKeywordRuleList Container for keyword rule information with paging information.
PageableLabelList Label resources with paging information.
PageablePaymentResources Payment resources with paging information.
PageableSecurityList Container for page of securities.
PageableStandingOrderResources Standing order resources with paging information.
PageableTppAuthenticationGroupResources TPP Authentication groups with paging information.
PageableTppCertificateList Container for bank certificate information with paging information.
PageableTppCredentialResources Container for TPP client credentials information with paging information.
PageableTransactionList Container for a page of transactions, with data about the total count of transactions and their balance with paging information.
PageableUserInfoList Container for users information with paging information.
Paging Container for pagination information.
PasswordChangingResource Password changing details.
Payment Container for a payment's data.
PaymentExecutionResponse Bank server's response to Money Transfer / Direct Debit execution.
PaypalTransactionData Additional, PayPal-specific transaction data.
RemoveInterfaceParams Container for interface removal parameters.
RequestPasswordChangeParams Request password change parameters.
RequestSepaDirectDebitParams Parameters for a single or collective SEPA direct debit order request.
RequestSepaMoneyTransferParams Parameters for a single or collective SEPA money transfer order request.
Security Container for a security position's data.
SecurityList Container for securities resources.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
SingleDirectDebitData Data for a single direct debit.
SingleMoneyTransferRecipientData Recipient data for a single money transfer order.
SplitTransactionsParams Set of logical sub-transactions that a transaction should get split into.
StandingOrder Container for a standing order's data.
SubmitPaymentParams Payment submission parameters.
SubmitStandingOrderParams Standing order submission parameters.
SubTransactionParams Data of a sub-transaction.
TppAuthenticationGroup TPP authentication group represents certain bank group and contains a set of TPP credentials which can be used with bank interface connected to this group.
TppCertificate A container for the bank certificate's data.
TppCertificateParams A container for the new certificate data.
TppCredentials A container for the TPP client credentials data.
TppCredentialsParams A container for new TPP client credentials data.
TrainCategorizationData Sample data to train categorization.
TrainCategorizationTransactionData Transaction data for categorization training.
Transaction Container for a transaction's data.
TransactionList Container for data of multiple transactions.
TriggerCategorizationParams Trigger categorization parameters.
TwoStepProcedure Two-step-procedure for user authorization on bank-side.
UpdateBankConnectionParams Container for bank connection update parameters.
UpdateMultipleTransactionsParams Update specific transactions parameters.
UpdateResult Container for a status of bank connection update.
UpdateTransactionsParams Update transactions parameters.
User Container for a user's data.
UserCreateParams User details.
UserIdentifiersList Container for list of identifiers of deleted users, and not deleted users (in ascending order).
UserIdentifiersParams User identifiers params.
UserInfo Container for user information.
UserUpdateParams User details.
VerificationStatusResource User's verification status.
WebForm Container for a Web Form's data.

# Type aliases

AccountCapability the model 'AccountCapability'.
AccountsApiService AccountsApi service.
AccountStatus the model 'AccountStatus'.
AccountType the model 'AccountType'.
AuthorizationApiService AuthorizationApi service.
BankConnectionsApiService BankConnectionsApi service.
BankConsentStatus the model 'BankConsentStatus'.
BankingInterface the model 'BankingInterface'.
BankInterfaceProperty the model 'BankInterfaceProperty'.
BanksApiService BanksApi service.
CategoriesApiService CategoriesApi service.
CategorizationRuleDirection the model 'CategorizationRuleDirection'.
CategorizationStatus the model 'CategorizationStatus'.
ClientConfigurationApiService ClientConfigurationApi service.
Currency the model 'Currency'.
DeleteConsentResult the model 'DeleteConsentResult'.
DirectDebitSequenceType the model 'DirectDebitSequenceType'.
DirectDebitType the model 'DirectDebitType'.
ErrorCode the model 'ErrorCode'.
ErrorType the model 'ErrorType'.
ISO3166Alpha2Codes the model 'ISO3166Alpha2Codes'.
LabelsApiService LabelsApi service.
MandatorAdministrationApiService MandatorAdministrationApi service.
MandatorLicense the model 'MandatorLicense'.
MocksAndTestsApiService MocksAndTestsApi service.
MsaStatus the model 'MsaStatus'.
NotificationRulesApiService NotificationRulesApi service.
OrderInitiationStatus the model 'OrderInitiationStatus'.
PaymentsApiService PaymentsApi service.
PaymentType the model 'PaymentType'.
PreferredConsentType the model 'PreferredConsentType'.
Product the model 'Product'.
SecuritiesApiService SecuritiesApi service.
SecurityPositionQuantityNominalType the model 'SecurityPositionQuantityNominalType'.
SecurityPositionQuoteType the model 'SecurityPositionQuoteType'.
ServerConfigurations stores multiple ServerConfiguration items.
StandingOrderFrequency the model 'StandingOrderFrequency'.
StandingOrdersApiService StandingOrdersApi service.
SupportedDataSource the model 'SupportedDataSource'.
SupportedOrder the model 'SupportedOrder'.
TPPCertificatesApiService TPPCertificatesApi service.
TppCertificateType the model 'TppCertificateType'.
TPPCredentialsApiService TPPCredentialsApi service.
TransactionDirection the model 'TransactionDirection'.
TransactionsApiService TransactionsApi service.
UpdateResultStatus the model 'UpdateResultStatus'.
UsersApiService UsersApi service.
WebFormMode the model 'WebFormMode'.
WebFormsApiService WebFormsApi service.
WebFormStatus the model 'WebFormStatus'.