Sha256: 767a8a622a2447e003bced37dbbee48b179c742f2317cb53db70531950d34f01
Contents?: true
Size: 1.04 KB
Versions: 196
Compression:
Stored size: 1.04 KB
Contents
# UltracartClient::EmailCustomer ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **active** | **Boolean** | True if the customer is flagged as active within StoreFront Communications | [optional] | | **email** | **String** | Email | [optional] | | **email_customer_uuid** | **String** | Email customer UUID | [optional] | | **first_name** | **String** | First name | [optional] | | **global_unsubscribe** | **Boolean** | True if the customer has globally unsubscribed from all communication. | [optional] | | **last_interaction_dts** | **String** | Last interaction | [optional] | | **last_name** | **String** | Last name | [optional] | | **list_uuids** | **Array<String>** | UUIDs of the lists they are subscribed to | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::EmailCustomer.new( active: null, email: null, email_customer_uuid: null, first_name: null, global_unsubscribe: null, last_interaction_dts: null, last_name: null, list_uuids: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems