UNPKG

ggez-banking-sdk

Version:

A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.

38 lines (37 loc) 809 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = [ { ID: 68, Number: 826, Code: "GBP", Name: "United Kingdom Pounds", Symbol: "£", Position: 999, Exponent: 0, Location: "United Kingdom", Is_Active: "True" }, { ID: 188, Number: 840, Code: "USD", Name: "United States Dollars", Symbol: "$", Position: 1, Exponent: 0, Location: "United States", Is_Active: "True" }, { ID: 63, Number: 978, Code: "EUR", Name: "European Union Euro", Symbol: "€", Position: 999, Exponent: 0, Location: "European Union", Is_Active: "True" } ];