SmsVoiceParms
Parameters passed when setting the SMS/Voice entitlements of a tenant.
Properties
Name | Type | Description | Notes |
---|---|---|---|
deleteEntitlement | Boolean | If set to true when updating an SMSVOICE entitlement, the existing entitlement is removed. This attribute is ignored when creating an SMSVOICE entitlement. | [optional] |
endDate | OffsetDateTime | The date when the entitlement period will end. The value must be after the start date. | [optional] |
quantity | Integer | The number of SMS/Voice credits allowed during the entitlement period. | [optional] |
renewalQuantity | Integer | The number of SMS/Voice credits allowed when the entitlement is renewed. | [optional] |
startDate | OffsetDateTime | The date when the entitlement period starts. This value cannot be in the future. If not specified, it defaults to the current date. | [optional] |