AccountCountry
Refers to the country of the account. It will determine the country code of the local IBAN of the account.
Available Account Country: CCA3
enum AccountCountry {
FRA
DEU
ESP
NLD
ITA
}
Values
AccountCountry.FRA
French account with a French IBAN, starting with FR.
AccountCountry.DEU
German account with a German IBAN, starting with DE.
AccountCountry.ESP
Spanish account with a Spanish IBAN, starting with ES.
AccountCountry.NLD
Dutch account with a Dutch IBAN, starting with DU.
AccountCountry.ITA
Italian account with an Italian IBAN, starting with IT (Coming Soon, not supported yet).
Member Of
Account
object ● AccountMembership
object ● OnboardCompanyAccountHolderInput
input ● OnboardIndividualAccountHolderInput
input ● Onboarding
object ● OnboardingInfo
object ● UpdateCompanyOnboardingInput
input ● UpdateIndividualOnboardingInput
input