Company
The enumeration of all the company properties constants.
Tags
Table of Contents
Constants
- ADDITIONAL_PROPERTY : string = 'additionalProperty'
- A property-value pair representing an additional characteristic of the entity,
- CATEGORY : string = 'category'
- A category for the item.
- 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.
- INDUSTRY : string = 'industry'
- The industry associated with the job position or Organization.
- INVOICE_TYPE : string = 'invoiceType'
- The type of invoice for the customer.
- STATUS : string = 'status'
- The status of the customer.
- 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'
CATEGORY
A category for the item.
public
string
CATEGORY
= 'category'
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'
INDUSTRY
The industry associated with the job position or Organization.
public
string
INDUSTRY
= 'industry'
INVOICE_TYPE
The type of invoice for the customer.
public
string
INVOICE_TYPE
= 'invoiceType'
STATUS
The status of the customer.
public
string
STATUS
= 'status'
VAT
The default taxe rate information of the customer.
public
string
VAT
= 'vat'
WEBSITE
The website(s) of the resource.
public
string
WEBSITE
= 'website'