Service - User Account Balance: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
(Created page with "= Overview = Manages a users balance owed to the project. = Repository = https://bitbucket.org/izara-core-user-accounts/izara-core-user-accounts-user-account-balance = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configKey: "..." configTag: "..." configValue: xxx // eg: "..." } </syntaxhighlight> = Working documents = :Category:Working_documents - User Account Balance|User...")
(No difference)

Revision as of 13:39, 18 January 2023

Overview

Manages a users balance owed to the project.

Repository

https://bitbucket.org/izara-core-user-accounts/izara-core-user-accounts-user-account-balance

DynamoDB tables

Standard Config Table Per Service

Configuration tags

{
	configKey: "..."
	configTag: "..."
	configValue: xxx // eg: "..."
}



Working documents

User Account Balance