Sha256: 8a5b09b5586e7125e07a2eb3232bd91534bef36c09c8dca7b7a14a9572fbe890
Contents?: true
Size: 847 Bytes
Versions: 196
Compression:
Stored size: 847 Bytes
Contents
# UltracartClient::CustomerEmail ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **customer_profile_email_oid** | **Integer** | ID of the email | [optional] | | **email** | **String** | Email | [optional] | | **label** | **String** | Label | [optional] | | **receipt_notification** | **Boolean** | CC this email on receipt notifications | [optional] | | **refund_notification** | **Boolean** | CC this email on refund notifications | [optional] | | **shipment_notification** | **Boolean** | CC this email on shipment notifications | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CustomerEmail.new( customer_profile_email_oid: null, email: null, label: null, receipt_notification: null, refund_notification: null, shipment_notification: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems