Skip to content

Latest commit

 

History

History
174 lines (97 loc) · 5.37 KB

EmailScheduleInclude.md

File metadata and controls

174 lines (97 loc) · 5.37 KB

EmailScheduleInclude

Properties

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]

Methods

NewEmailScheduleInclude

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

NewEmailScheduleIncludeWithDefaults

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

GetDocument

func (o *EmailScheduleInclude) GetDocument() bool

GetDocument returns the Document field if non-nil, zero value otherwise.

GetDocumentOk

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.

SetDocument

func (o *EmailScheduleInclude) SetDocument(v bool)

SetDocument sets Document field to given value.

HasDocument

func (o *EmailScheduleInclude) HasDocument() bool

HasDocument returns a boolean if a field has been set.

SetDocumentNil

func (o *EmailScheduleInclude) SetDocumentNil(b bool)

SetDocumentNil sets the value for Document to be an explicit nil

UnsetDocument

func (o *EmailScheduleInclude) UnsetDocument()

UnsetDocument ensures that no value is present for Document, not even an explicit nil

GetDeliveryNote

func (o *EmailScheduleInclude) GetDeliveryNote() bool

GetDeliveryNote returns the DeliveryNote field if non-nil, zero value otherwise.

GetDeliveryNoteOk

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.

SetDeliveryNote

func (o *EmailScheduleInclude) SetDeliveryNote(v bool)

SetDeliveryNote sets DeliveryNote field to given value.

HasDeliveryNote

func (o *EmailScheduleInclude) HasDeliveryNote() bool

HasDeliveryNote returns a boolean if a field has been set.

SetDeliveryNoteNil

func (o *EmailScheduleInclude) SetDeliveryNoteNil(b bool)

SetDeliveryNoteNil sets the value for DeliveryNote to be an explicit nil

UnsetDeliveryNote

func (o *EmailScheduleInclude) UnsetDeliveryNote()

UnsetDeliveryNote ensures that no value is present for DeliveryNote, not even an explicit nil

GetAttachment

func (o *EmailScheduleInclude) GetAttachment() bool

GetAttachment returns the Attachment field if non-nil, zero value otherwise.

GetAttachmentOk

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.

SetAttachment

func (o *EmailScheduleInclude) SetAttachment(v bool)

SetAttachment sets Attachment field to given value.

HasAttachment

func (o *EmailScheduleInclude) HasAttachment() bool

HasAttachment returns a boolean if a field has been set.

SetAttachmentNil

func (o *EmailScheduleInclude) SetAttachmentNil(b bool)

SetAttachmentNil sets the value for Attachment to be an explicit nil

UnsetAttachment

func (o *EmailScheduleInclude) UnsetAttachment()

UnsetAttachment ensures that no value is present for Attachment, not even an explicit nil

GetAccompanyingInvoice

func (o *EmailScheduleInclude) GetAccompanyingInvoice() bool

GetAccompanyingInvoice returns the AccompanyingInvoice field if non-nil, zero value otherwise.

GetAccompanyingInvoiceOk

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.

SetAccompanyingInvoice

func (o *EmailScheduleInclude) SetAccompanyingInvoice(v bool)

SetAccompanyingInvoice sets AccompanyingInvoice field to given value.

HasAccompanyingInvoice

func (o *EmailScheduleInclude) HasAccompanyingInvoice() bool

HasAccompanyingInvoice returns a boolean if a field has been set.

SetAccompanyingInvoiceNil

func (o *EmailScheduleInclude) SetAccompanyingInvoiceNil(b bool)

SetAccompanyingInvoiceNil sets the value for AccompanyingInvoice to be an explicit nil

UnsetAccompanyingInvoice

func (o *EmailScheduleInclude) UnsetAccompanyingInvoice()

UnsetAccompanyingInvoice ensures that no value is present for AccompanyingInvoice, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]