iso4217

package module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2022 License: MIT Imports: 6 Imported by: 0

README

drawing

ISO 4217 Currency Codes

taxed.io

GitHub go.mod Go version (branch) GitHub GitLab Release (custom instance) Gitlab pipeline status Gitlab code coverage GitHub contributors

Go Report Card

Introduction

This package provides the latest ISO-4217 codes (iso.org)

Basic Example


console:


Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AlphaMatch

func AlphaMatch(s string) *string

Check map for Alpha Match and return ISO example, "euro" will return "EUR"

Types

type Country

type Country struct {
	Name   string
	Alpha2 string
	Alpha3 string
}

type ISOEntry

type ISOEntry struct {
	// contains filtered or unexported fields
}

func StructMatch

func StructMatch(s string) *ISOEntry

Check map for Alpha3 Match and return ISO example, "gb" will return GBR Struct

Jump to

Keyboard shortcuts

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