Name | Type | Description | Notes |
---|---|---|---|
Document | Pointer to NullableBool | Include a button to view the document | [optional] |
DeliveryNote | Pointer to NullableBool | Include a button to view the delivery note | [optional] |
Attachment | Pointer to NullableBool | Include a button to view the attachment | [optional] |
AccompanyingInvoice | Pointer to NullableBool | Include a button to view the accompanying invoice | [optional] |
func NewEmailScheduleInclude() *EmailScheduleInclude
NewEmailScheduleInclude instantiates a new EmailScheduleInclude object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEmailScheduleIncludeWithDefaults() *EmailScheduleInclude
NewEmailScheduleIncludeWithDefaults instantiates a new EmailScheduleInclude object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *EmailScheduleInclude) GetDocument() bool
GetDocument returns the Document field if non-nil, zero value otherwise.
func (o *EmailScheduleInclude) GetDocumentOk() (*bool, bool)
GetDocumentOk returns a tuple with the Document field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailScheduleInclude) SetDocument(v bool)
SetDocument sets Document field to given value.
func (o *EmailScheduleInclude) HasDocument() bool
HasDocument returns a boolean if a field has been set.
func (o *EmailScheduleInclude) SetDocumentNil(b bool)
SetDocumentNil sets the value for Document to be an explicit nil
func (o *EmailScheduleInclude) UnsetDocument()
UnsetDocument ensures that no value is present for Document, not even an explicit nil
func (o *EmailScheduleInclude) GetDeliveryNote() bool
GetDeliveryNote returns the DeliveryNote field if non-nil, zero value otherwise.
func (o *EmailScheduleInclude) GetDeliveryNoteOk() (*bool, bool)
GetDeliveryNoteOk returns a tuple with the DeliveryNote field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailScheduleInclude) SetDeliveryNote(v bool)
SetDeliveryNote sets DeliveryNote field to given value.
func (o *EmailScheduleInclude) HasDeliveryNote() bool
HasDeliveryNote returns a boolean if a field has been set.
func (o *EmailScheduleInclude) SetDeliveryNoteNil(b bool)
SetDeliveryNoteNil sets the value for DeliveryNote to be an explicit nil
func (o *EmailScheduleInclude) UnsetDeliveryNote()
UnsetDeliveryNote ensures that no value is present for DeliveryNote, not even an explicit nil
func (o *EmailScheduleInclude) GetAttachment() bool
GetAttachment returns the Attachment field if non-nil, zero value otherwise.
func (o *EmailScheduleInclude) GetAttachmentOk() (*bool, bool)
GetAttachmentOk returns a tuple with the Attachment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailScheduleInclude) SetAttachment(v bool)
SetAttachment sets Attachment field to given value.
func (o *EmailScheduleInclude) HasAttachment() bool
HasAttachment returns a boolean if a field has been set.
func (o *EmailScheduleInclude) SetAttachmentNil(b bool)
SetAttachmentNil sets the value for Attachment to be an explicit nil
func (o *EmailScheduleInclude) UnsetAttachment()
UnsetAttachment ensures that no value is present for Attachment, not even an explicit nil
func (o *EmailScheduleInclude) GetAccompanyingInvoice() bool
GetAccompanyingInvoice returns the AccompanyingInvoice field if non-nil, zero value otherwise.
func (o *EmailScheduleInclude) GetAccompanyingInvoiceOk() (*bool, bool)
GetAccompanyingInvoiceOk returns a tuple with the AccompanyingInvoice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailScheduleInclude) SetAccompanyingInvoice(v bool)
SetAccompanyingInvoice sets AccompanyingInvoice field to given value.
func (o *EmailScheduleInclude) HasAccompanyingInvoice() bool
HasAccompanyingInvoice returns a boolean if a field has been set.
func (o *EmailScheduleInclude) SetAccompanyingInvoiceNil(b bool)
SetAccompanyingInvoiceNil sets the value for AccompanyingInvoice to be an explicit nil
func (o *EmailScheduleInclude) UnsetAccompanyingInvoice()
UnsetAccompanyingInvoice ensures that no value is present for AccompanyingInvoice, not even an explicit nil