#tvanantwerp_api

1 messages ¡ Page 1 of 1 (latest)

charred meteorBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1414704371714756658

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

rough lagoon
#

I don't know why we don't show the possible values within that dictionary though

dawn igloo
#

Yeah, that's what is confusing me. I don't really know what the tax_rate property is.

#

The OpenAPI spec just says tax_rate_details contains these properties:

          "tax_rate": {
            "maxLength": 5000,
            "type": "string"
          }
rough lagoon
#

Ah tax_rate would be a tax rate stripe id

dawn igloo
#

Gotcha! I guessed it probably was, but I wasn't certain. Thanks for verifying!