Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 555 Bytes

File metadata and controls

22 lines (16 loc) · 555 Bytes

UltracartClient::EmailCommseqEnrollmentRequest

Properties

Name Type Description Notes
email 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]

Example

require 'ultracart_api'

instance = UltracartClient::EmailCommseqEnrollmentRequest.new(
  email: null,
  esp_commseq_uuid: null,
  name: null
)