The VoiceCallQuota Object

Tracks remaining voice call minutes for a business.

Properties

NameDescriptionTypeRequired
uidUnique identifier of the quota object.string
business_uidUnique identifier of the business that the quota relates to.string
remaining_minutesThe remaining minutes for calls.integer
created_atThe time the quota was created.string
updated_atThe time the quota was last updated.string

Example

JSON

{
  "uid": "d290f1ee6c544b01",
  "business_uid": "d290f1e6c544b0190e6",
  "remaining_minutes": 100,
  "created_at": "2021-07-20T14:00:00.000Z",
  "updated_at": "2021-07-20T14:00:00.000Z"
}