forked from uncloud/uncloud
4 lines
132 B
Python
4 lines
132 B
Python
# Define DecimalField properties, used to represent amounts of money.
|
|
# Used in pay and auth
|
|
AMOUNT_MAX_DIGITS=10
|
|
AMOUNT_DECIMALS=2
|