Oihana PHP System

OrganizationTrait uses trait:short, trait:short, trait:short

The enumeration of all organizations properties constants.

Tags
author

Marc Alcaraz

since
1.3.0

Table of Contents

Constants

ADDITIONAL_PROPERTY  : string = 'additionalProperty'
A property-value pair representing an additional characteristic of the entity,
AMOUNT_CARRIAGE_PAID  : string = 'amountCarriagePaid'
ASSIGNED_COMPANY  : string = 'assignedCompany'
The companies assigned to the customer.
ASSIGNED_POS  : string = 'assignedPOS'
The point of sale assigned to the customer (warehouse, shop, etc.).
ASSIGNED_SELLER  : string = 'assignedSeller'
The seller(s) assigned to the customer.
CARRIER  : string = 'carrier'
CATEGORY  : string = 'category'
A category for the item.
CREDIT_STATUS  : string = 'creditStatus'
The credit status of the customer.
DELIVERY_METHOD  : string = 'deliveryMethod'
The delivery method of the customer.
FREE_SHIPPING_THRESHOLD  : string = 'freeShippingThreshold'
A minimum order cost above (or at) which the shipping rate becomes free.
GENERATE_ACKNOWLEDGING_RECEIPT  : string = "generateAcknowledgingReceipt"
Determines whether an acknowledging receipt should be generated for the customer.
HAS_ACKNOWLEDGMENT_OF_RECEIPT  : string = 'hasAcknowledgmentOfReceipt'
INDUSTRY  : string = 'industry'
The industry associated with the job position or Organization.
INVOICE_ISSUE_INTERVAL  : string = "invoiceIssueInterval"
Specifies that invoices should be issued every X days.
INVOICE_TYPE  : string = 'invoiceType'
The type of invoice for the customer.
MINIMUM_ORDER_VALUE  : string = 'minimumOrderValue'
ORDER_PICKING_LIST_INFO  : string = 'orderPickingListInfo'
Specifies the common information to include in the customer's order picking list.
ORDER_SHOW_IDENTIFIER  : string = 'orderShowIdentifier'
Indicates whether the customer's order reference should be displayed.
PAYMENT_TERMS  : string = 'paymentTerms'
The payment terms of the customer.
PRICE_SEGMENTATION  : string = 'priceSegmentation'
The default price segmentation of the customer.
PRINT_AND_MAIL_INVOICE  : string = "printAndMailInvoice"
Determines whether the invoice should be printed and sent by mail.
PRODUCT_INFO  : string = 'productInfo'
PROVIDER_TYPE  : string = 'providerType'
SELLER  : string = 'seller'
The seller relation key — graph-side filter on the `seller_has_customer` edge (by Arango `_key`), distinct from the embedded `assignedSeller` join.
SHARE_CAPITAL  : string = 'shareCapital'
SHIPPING_DELIVERY_TIME  : string = 'shippingDeliveryTime'
SHOW_APPLICATIONS  : string = "showApplications"
Indicates if the customer's applications should be displayed.
STATUS  : string = 'status'
The status of the customer.
UNLOADING_METHOD  : string = 'unloadingMethod'
The unloading method of the customer.
VALUED_ORDER  : string = 'valuedOrder'
VAT  : string = 'vat'
The default taxe rate information of the customer.
WEBSITE  : string = 'website'
The website(s) of the resource.

Constants

ADDITIONAL_PROPERTY

A property-value pair representing an additional characteristic of the entity,

public string ADDITIONAL_PROPERTY = 'additionalProperty'

AMOUNT_CARRIAGE_PAID

public string AMOUNT_CARRIAGE_PAID = 'amountCarriagePaid'

ASSIGNED_COMPANY

The companies assigned to the customer.

public string ASSIGNED_COMPANY = 'assignedCompany'

ASSIGNED_POS

The point of sale assigned to the customer (warehouse, shop, etc.).

public string ASSIGNED_POS = 'assignedPOS'

ASSIGNED_SELLER

The seller(s) assigned to the customer.

public string ASSIGNED_SELLER = 'assignedSeller'

CARRIER

public string CARRIER = 'carrier'

CATEGORY

A category for the item.

public string CATEGORY = 'category'

CREDIT_STATUS

The credit status of the customer.

public string CREDIT_STATUS = 'creditStatus'

DELIVERY_METHOD

The delivery method of the customer.

public string DELIVERY_METHOD = 'deliveryMethod'

FREE_SHIPPING_THRESHOLD

A minimum order cost above (or at) which the shipping rate becomes free.

public string FREE_SHIPPING_THRESHOLD = 'freeShippingThreshold'

GENERATE_ACKNOWLEDGING_RECEIPT

Determines whether an acknowledging receipt should be generated for the customer.

public string GENERATE_ACKNOWLEDGING_RECEIPT = "generateAcknowledgingReceipt"

HAS_ACKNOWLEDGMENT_OF_RECEIPT

public string HAS_ACKNOWLEDGMENT_OF_RECEIPT = 'hasAcknowledgmentOfReceipt'

INDUSTRY

The industry associated with the job position or Organization.

public string INDUSTRY = 'industry'

INVOICE_ISSUE_INTERVAL

Specifies that invoices should be issued every X days.

public string INVOICE_ISSUE_INTERVAL = "invoiceIssueInterval"

INVOICE_TYPE

The type of invoice for the customer.

public string INVOICE_TYPE = 'invoiceType'

MINIMUM_ORDER_VALUE

public string MINIMUM_ORDER_VALUE = 'minimumOrderValue'

ORDER_PICKING_LIST_INFO

Specifies the common information to include in the customer's order picking list.

public string ORDER_PICKING_LIST_INFO = 'orderPickingListInfo'

ORDER_SHOW_IDENTIFIER

Indicates whether the customer's order reference should be displayed.

public string ORDER_SHOW_IDENTIFIER = 'orderShowIdentifier'

PAYMENT_TERMS

The payment terms of the customer.

public string PAYMENT_TERMS = 'paymentTerms'

PRICE_SEGMENTATION

The default price segmentation of the customer.

public string PRICE_SEGMENTATION = 'priceSegmentation'

PRINT_AND_MAIL_INVOICE

Determines whether the invoice should be printed and sent by mail.

public string PRINT_AND_MAIL_INVOICE = "printAndMailInvoice"

PRODUCT_INFO

public string PRODUCT_INFO = 'productInfo'

PROVIDER_TYPE

public string PROVIDER_TYPE = 'providerType'

SELLER

The seller relation key — graph-side filter on the `seller_has_customer` edge (by Arango `_key`), distinct from the embedded `assignedSeller` join.

public string SELLER = 'seller'

SHARE_CAPITAL

public string SHARE_CAPITAL = 'shareCapital'

SHIPPING_DELIVERY_TIME

public string SHIPPING_DELIVERY_TIME = 'shippingDeliveryTime'

SHOW_APPLICATIONS

Indicates if the customer's applications should be displayed.

public string SHOW_APPLICATIONS = "showApplications"

STATUS

The status of the customer.

public string STATUS = 'status'

UNLOADING_METHOD

The unloading method of the customer.

public string UNLOADING_METHOD = 'unloadingMethod'

VALUED_ORDER

public string VALUED_ORDER = 'valuedOrder'

VAT

The default taxe rate information of the customer.

public string VAT = 'vat'

WEBSITE

The website(s) of the resource.

public string WEBSITE = 'website'
On this page

Search results