PriceBookPricingDetails

Columns

Name

Type

Description

Id [KEY]

String

A unique numeric identifier for the pricing detail.

PriceBookId [KEY]

String

A unique numeric identifier for the price book this pricing detail belongs to.

Discount

Double

How much discount should be applied for this pricing detail.

FromRange

Double

Starting from what amount should this discount be applied.

ToRange

Double

Until what amount should this discount be applied.

Last updated