Openapi spec for MoneyObject valueInBaseUnits has this:
|
"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
Openapi spec for
MoneyObjectvalueInBaseUnitshas this:api/v1/openapi.json
Lines 45 to 48 in 7074155
AFAIK
format: int64is required for 64-bit integer to be output: https://swagger.io/docs/specification/v3_0/data-models/data-types/#numbers