Sha256: b2f438cfe2b61812c296025f94df0561fa0bee5c8626e86ff5be4240e5368544
Contents?: true
Size: 1.22 KB
Versions: 3
Compression:
Stored size: 1.22 KB
Contents
# FattureInCloud_Ruby_Sdk::EmailData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **recipient_email** | **String** | Recipient's email | | | **default_sender_email** | [**EmailDataDefaultSenderEmail**](EmailDataDefaultSenderEmail.md) | | | | **sender_emails_list** | [**Array<EmailDataSenderEmailsList>**](EmailDataSenderEmailsList.md) | List of all emails from which the document can be sent | | | **cc_email** | **String** | By default is the logged company email. This is the email address to which a copy will be sent. | | | **subject** | **String** | Email subject | | | **body** | **String** | Email body | | | **document_exists** | **Boolean** | If the document is not a delivery note, this flag will be set to true | | | **delivery_note_exists** | **Boolean** | If the document is a delivery note, this flag will be set to true | | | **attachment_exists** | **Boolean** | If the document has one or more attachments, this flag will be set to true | | | **accompanying_invoice_exists** | **Boolean** | If an accompanying invoice exists, this flag will be set to true | | | **default_attach_pdf** | **Boolean** | If a pdf is attached, this flag will be set to true | |
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fattureincloud_ruby_sdk-2.0.3 | docs/EmailData.md |
fattureincloud_ruby_sdk-2.0.2 | docs/EmailData.md |
fattureincloud_ruby_sdk-2.0.1 | docs/EmailData.md |