| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| name |
Display name of this price label. |
string | |
| is_default |
Indicates this is the default price label used when none is explicitly specified. |
boolean | |
| sales_organization_id |
FK of sales_organization. Filled if specific of one SO, empty if can be used by all. |
globally unique identifier | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| db_currency_id |
Foreign key of the currency prices under this label are expressed in. |
globally unique identifier | |
| db_currency_code |
ISO code of the currency (denormalized copy of the currency record). |
string | |
| db_currency_name |
Display name of the currency (denormalized copy of the currency record). |
string | |
| db_currency_symbol |
Display symbol of the currency (denormalized copy of the currency record). |
string |