Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 83895c56
authored
May 08, 2015
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add event property for event currency. Currently hardcoded as EUR
1 parent
68a7d8a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
code/moya-database/src/main/java/fi/codecrew/moya/model/LanEventPropertyKey.java
code/moya-database/src/main/java/fi/codecrew/moya/model/LanEventPropertyKey.java
View file @
83895c5
...
@@ -57,7 +57,10 @@ public enum LanEventPropertyKey {
...
@@ -57,7 +57,10 @@ public enum LanEventPropertyKey {
* unexpired bill
* unexpired bill
*/
*/
RESERVE_UNPAID_SLOT_PERCENT
(
Type
.
LONG
,
10
l
),
RESERVE_UNPAID_SLOT_PERCENT
(
Type
.
LONG
,
10
l
),
/**
* ISO 4217 code of currency.
*/
EVENT_CURRENCY_CODE
(
Type
.
TEXT
,
"EUR"
);
;
;
private
enum
Type
{
private
enum
Type
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment