SmsVoiceParms
Parameters passed when setting the SMS/Voice entitlements of a tenant.
Properties
Name | Type | Description | Notes |
---|---|---|---|
DeleteEntitlement | bool? | 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 | DateTime? | The date when the entitlement period will end. The value must be after the start date. | [optional] |
Quantity | int? | The number of SMS/Voice credits allowed during the entitlement period. | [optional] |
RenewalQuantity | int? | The number of SMS/Voice credits allowed when the entitlement is renewed. | [optional] |
StartDate | DateTime? | The date when the entitlement period starts. This value cannot be in the future. If not specified, it defaults to the current date. | [optional] |