| Name | Type | Description | Notes |
|---|---|---|---|
| String | Email address of the customer to enroll | [optional] | |
| esp_commseq_uuid | String | Communication sequence UUID | [optional] |
| name | String | Optional name of the customer to enroll | [optional] |
require 'ultracart_api'
instance = UltracartClient::EmailCommseqEnrollmentRequest.new(
email: null,
esp_commseq_uuid: null,
name: null
)