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.
37 lines (36 loc) • 774 B
JavaScript
const accountCurrencies = [
{
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",
},
];
export { accountCurrencies };