Sha256: 0e6f0a6b8d9396c7d58bf6591a5faebf0d1ae42e62b4c426b630c292e88bfde8
Contents?: true
Size: 884 Bytes
Versions: 6
Compression:
Stored size: 884 Bytes
Contents
# FattureInCloud_Ruby_Sdk::EmailSchedule ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **sender_id** | **Integer** | Email sender id [required if **sender_email** is not specified] | [optional] | | **sender_email** | **String** | Email sender address [required if **sender_id** is not specified] | [optional] | | **recipient_email** | **String** | Email recipient emails [comma separated] | [optional] | | **subject** | **String** | Email subject | [optional] | | **body** | **String** | Email body [HTML Escaped] [max size 50KiB] | [optional] | | **include** | [**EmailScheduleInclude**](EmailScheduleInclude.md) | | [optional] | | **attach_pdf** | **Boolean** | Attach the pdf of the document | [optional] | | **send_copy** | **Boolean** | Send a copy of the email to the **cc_email** specified by **Get email data** | [optional] |
Version data entries
6 entries across 6 versions & 1 rubygems