Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1012 Bytes

File metadata and controls

30 lines (24 loc) · 1012 Bytes

UltracartClient::EmailCommseqEnrollmentResponse

Properties

Name Type Description Notes
already_enrolled Boolean True if the customer was already enrolled and therefore not enrolled again [optional]
enrolled Boolean True if the customer was newly enrolled into the sequence [optional]
error Error [optional]
esp_customer_uuid String The resolved ESP customer UUID for the enrolled email [optional]
metadata ResponseMetadata [optional]
success Boolean Indicates if API call was successful [optional]
warning Warning [optional]

Example

require 'ultracart_api'

instance = UltracartClient::EmailCommseqEnrollmentResponse.new(
  already_enrolled: null,
  enrolled: null,
  error: null,
  esp_customer_uuid: null,
  metadata: null,
  success: null,
  warning: null
)