4 lines
120 B
Plaintext
4 lines
120 B
Plaintext
|
{ Type = { amount : Natural, currency : Text, per : Text }
|
||
|
, default = { amount = 0, currency = "USD", per = "year" }
|
||
|
}
|