Sha256: a25f46627bb68c1c3bd3a8194d939ff51a394c623bff33ffe85a4f92bfc21369
Contents?: true
Size: 520 Bytes
Versions: 153
Compression:
Stored size: 520 Bytes
Contents
# UltracartClient::EmailCommseqSmsSendTestRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **esp_commseq_step_uuid** | **String** | | [optional] | | **esp_commseq_uuid** | **String** | | [optional] | | **send_to_cellphone_e164** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::EmailCommseqSmsSendTestRequest.new( esp_commseq_step_uuid: null, esp_commseq_uuid: null, send_to_cellphone_e164: null ) ```
Version data entries
153 entries across 153 versions & 1 rubygems