-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Openapi spec for MoneyObject valueInBaseUnits has this:
Lines 45 to 48 in 7074155
| "valueInBaseUnits": { | |
| "type": "integer", | |
| "description": "The amount of money in the smallest denomination for the currency, as a\n64-bit integer. For example, for an Australian dollar value of $10.56,\nthis field will be `1056`.\n" | |
| } |
AFAIK format: int64 is required for 64-bit integer to be output: https://swagger.io/docs/specification/v3_0/data-models/data-types/#numbers
Metadata
Metadata
Assignees
Labels
No labels