Docusign 的预期价值是多少 API "Accounts: getBillingCharges"

What are the expected value for the Docusign API "Accounts: getBillingCharges"

我指的是 getBillingCharges API 以获取信封的详细信息。 以下是我的 Business Pro 帐户 API 的信封部分。


{
   "chargeName": "envelopes",
   "chargeType": "usage",
   "chargeUnitOfMeasure": "envelopes",
   "allowedQuantity": "unlimited",
   "usedQuantity": "0",
   "includedQuantity": "10",
   "firstEffectiveDate": "2021-05-01T07:00:00.0000000Z",
   "lastEffectiveDate": "2021-06-01T07:00:00.0000000Z",
   "blocked": "false",
   "prices": [
     {
       "unitPrice": "[=12=].00",
       "beginQuantity": "1",
       "endQuantity": "10"
     },
     {
       "unitPrice": "[=12=].00",
       "beginQuantity": "11",
       "endQuantity": "unlimited"
     }
   ],
   "discounts": [
     {
       "endQuantity": "unlimited",
       "beginQuantity": "1",
       "discount": "[=12=].00"
     }
   ]
 }

有人可以帮我解答下面的一些问题吗?

  1. usedQuantity 是否包括批量发送信封的数量。
  2. 如果我消耗的信封超过 includedQuantityusedQuantity 将包含所有消耗的信封数量 i.e.value 超过 10就我而言。
  3. 在按年计费的情况下,firstEffectiveDatelastEffectiveDate 是什么
  4. usedQuantity 每个月都会变化吗?

提前致谢。

  1. usedQuantity 是否包括批量发送信封的数量。 不,信封和 bulk_recipient_envelopes,它们是两个不同的收费名称。当用户发送信封时,它计入 usedQuantity of envelopes charge name,当用户发送大宗信封时,它计入 usedQuantity of bulk_recipient_envelopes charge name。

  2. 如果我消耗的信封数量超过 includedQuantity,usedQuantity 将包含所有消耗的信封数量 i.e.value 在我的情况下超过 10 个。 是的,它包含所有 usedQuantity(即使它比 includedQuantity 多) 我们对产品没有任何限制

  3. 按年计费的第一个有效日期和最后一个有效日期是多少 : 计​​费开始日期和结束日期

  4. usedQuantity每个月会不会变化。 我们的理解是