registry

package module
v0.0.0-...-799cd50 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BBAN

type BBAN struct {
	Structure              string `json:"structure"`
	Length                 string `json:"length"`
	BankIdentifierPosition string `json:"bank_identifier_position"`
	BankIdentifierLength   string `json:"bank_identifier_length"`
	BankIdentifierExample  string `json:"bank_identifier_example"`
	Example                string `json:"example"`
}

type Countries

type Countries struct {
	Countries []Country `yaml:"countries"`
}

type Country

type Country struct {
	Code             string `yaml:"code"`
	Name             string `yaml:"name"`
	IBAN             string `yaml:"IBAN"`
	BBAN             string `yaml:"BBAN"`
	BankCode         string `yaml:"bank_code"`
	BranchCode       string `yaml:"branch_code"`
	NationalChecksum string `yaml:"national_checksum"`
	AccountNumber    string `yaml:"account_number"`
	IsSEPA           string `yaml:"sepa"`
}

type Entry

type Entry struct {
	CountryName                  string `json:"country_name"`
	CountryCode                  string `json:"country_code"`
	DomesticAccountNumberExample string `json:"domestic_account_number_example"`
	BBAN                         BBAN   `json:"bban"`
	IBAN                         IBAN   `json:"banking"`
}

type IBAN

type IBAN struct {
	Structure               string `json:"structure"`
	Length                  string `json:"length"`
	ElectronicFormatExample string `json:"electronic_format_example"`
	PrintFormatExample      string `json:"print_format_example"`
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL