PersonAdditionalProperty uses ConstantsTrait, Employee
Enumeration of all additional properties related to a Person.
Tags
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.
Methods
- normalize() : mixed
- Normalize the value of the specific property.
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"
Methods
normalize()
Normalize the value of the specific property.
public
static normalize(string $property, mixed $value) : mixed
Parameters
- $property : string
- $value : mixed