Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 507 Bytes

File metadata and controls

20 lines (14 loc) · 507 Bytes

UltracartClient::CustomerEmailListChanges

Properties

Name Type Description Notes
add_to_lists Array<String> Add this customer to these email lists [optional]
remove_from_lists Array<String> Remove this customer from these email lists [optional]

Example

require 'ultracart_api'

instance = UltracartClient::CustomerEmailListChanges.new(
  add_to_lists: null,
  remove_from_lists: null
)