Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KCB: Add personal banking atm tariffs. #2

Open
r115 opened this issue Dec 8, 2020 · 1 comment
Open

KCB: Add personal banking atm tariffs. #2

r115 opened this issue Dec 8, 2020 · 1 comment
Assignees
Labels
blocked data Data setup issues enhancement New feature or request
Milestone

Comments

@r115
Copy link
Owner

r115 commented Dec 8, 2020

A tariff will be defined in the following format;

...
tariffs: [
  {
    type: 'personal_banking',
    subtype: 'atm_withdrawal',
    amount: 100,
    currency: 'KES',
    customer: true,
  }
]
...

This definition will keep being improved on over time

@r115 r115 added enhancement New feature or request data Data setup issues labels Dec 8, 2020
@r115 r115 added this to the 0.0.1 milestone Dec 8, 2020
@r115 r115 self-assigned this Dec 8, 2020
@r115
Copy link
Owner Author

r115 commented Oct 8, 2023

Opting to source this via a graph database instead.

Issue is blocked until that backend is up and running.

@r115 r115 added the blocked label Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked data Data setup issues enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant