Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.7 KB

File metadata and controls

36 lines (30 loc) · 1.7 KB

UltracartClient::EmailCommseqStep

Properties

Name Type Description Notes
alt_child_email_communication_sequence_steps Array<EmailCommseqStep> Array of child steps for the alternate path [optional]
child_email_communication_sequence_steps Array<EmailCommseqStep> Array of child steps [optional]
email_communication_sequence_step_uuid String Email commseq step UUID [optional]
email_pending_review Boolean True if the content of the email associated with this step is pending review by UltraCart [optional]
email_rejected Boolean True if the content of the email associated with this step was rejected during review by UltraCart [optional]
email_requires_review Boolean True if the content of the email associated with this step requires review by UltraCart [optional]
filter_profile_equation_json String Filter profile equation JSON [optional]
merchant_notes String Internal merchant notes [optional]
step_config_json String Arbitrary Configuration for a step [optional]
type String Type of step [optional]

Example

require 'ultracart_api'

instance = UltracartClient::EmailCommseqStep.new(
  alt_child_email_communication_sequence_steps: null,
  child_email_communication_sequence_steps: null,
  email_communication_sequence_step_uuid: null,
  email_pending_review: null,
  email_rejected: null,
  email_requires_review: null,
  filter_profile_equation_json: null,
  merchant_notes: null,
  step_config_json: null,
  type: null
)