Twilio MessageResource.Price 是否在响应中包含 SMS 的运营商费用

Does Twilio MessageResource.Price include carrier fees for SMS in the response

当我调用 Fetch 获取消息状态时得到价格,它有价格和段。

我想知道这是否也包括运营商费用?我不知道运营商费用有多普遍,但我说 1 段的正常定价是 0.0075,我可以看到另一条消息是 1 段且价格为 0.01 吗?

我想我会在这个 return 上看到它,否则我们可以只使用细分来定价。

我正在使用 c# Twilio.Rest.Api。V2010.Account.MessageResource

https://www.twilio.com/docs/libraries/reference/twilio-csharp/5.13.5/class_twilio_1_1_rest_1_1_api_1_1_v2010_1_1_account_1_1_message_resource.html#a7ef0b232aaacc27cd7764214f41549fc

我从 Twilio 支持票中得到:

"The carrier fees are already included in the price that you see in the messages you send, so for example, if you were to retrieve your messages using the Message Resource API, that carrier fee would be included in the price listed for each message. "