Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 520 Bytes

File metadata and controls

22 lines (16 loc) · 520 Bytes

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

require 'ultracart_api'

instance = UltracartClient::EmailCommseqSmsSendTestRequest.new(
  esp_commseq_step_uuid: null,
  esp_commseq_uuid: null,
  send_to_cellphone_e164: null
)