Oihana PHP System

Employee

Constants representing common custom and additional properties for an Employee.

These constants are used to reference standardized property names in the schema representation of a specific Person entity.

Tags
author

Marc Alcaraz (eKameleon)

since
1.3.0

Table of Contents

Constants

IS_DELIVERY_NOTE_RECIPIENT  : string = 'isDeliveryNoteRecipient'
Determines whether the contact is the delivery note recipient.
IS_DOCUMENT_RECIPIENT  : string = 'isDocumentRecipient'
Determines whether the contact is the document recipient.
IS_INVOICE_RECIPIENT  : string = 'isInvoiceRecipient'
Determines whether the contact is the invoice recipient.
IS_ORDER_RECIPIENT  : string = 'isOrderRecipient'
Determines whether the contact is the order recipient.
IS_QUOTE_RECIPIENT  : string = 'isQuoteRecipient'
Determines whether the contact is the quote recipient.
SHOW_APPLICATIONS  : string = "showApplications"
Indicates if the customer's applications should be displayed.

Constants

IS_DELIVERY_NOTE_RECIPIENT

Determines whether the contact is the delivery note recipient.

public string IS_DELIVERY_NOTE_RECIPIENT = 'isDeliveryNoteRecipient'

IS_DOCUMENT_RECIPIENT

Determines whether the contact is the document recipient.

public string IS_DOCUMENT_RECIPIENT = 'isDocumentRecipient'

IS_INVOICE_RECIPIENT

Determines whether the contact is the invoice recipient.

public string IS_INVOICE_RECIPIENT = 'isInvoiceRecipient'

IS_ORDER_RECIPIENT

Determines whether the contact is the order recipient.

public string IS_ORDER_RECIPIENT = 'isOrderRecipient'

IS_QUOTE_RECIPIENT

Determines whether the contact is the quote recipient.

public string IS_QUOTE_RECIPIENT = 'isQuoteRecipient'

SHOW_APPLICATIONS

Indicates if the customer's applications should be displayed.

public string SHOW_APPLICATIONS = "showApplications"
On this page

Search results