Augusto César
Augusto César
# Summary This PR adds a check to verify if the `ty` is already a `CurrencyMap` to avoid generating any nested `Option` as shown on #480 . On a side...
### Status: ⚠️ This PR is still not fully ready, but have an overall idea that can be expanded upon and start discussions. Also adds the feature of dynamically downloading...
It seems that it is not possible to access the Price `currency_options`. Both of the following return an empty `currency_options` map: - `GET /v1/prices/price_1234?expand[]=currency_options` - `POST /v1/prices?expand[]=currency_options` With `x-www-form-urlencoded` body:...