item_price_id string, not null
The unique ID of the item_price this table belongs to.
ending_unit null
The upper limit of the unit range for the tier.
ending_unit_in_decimal string, null
price long, not null, default=0
The per-unit price for the tier when the pricing_model
is tiered
or volume
, and the total price for the tier when the pricing_model
is stairstep
. The value is stored in the minor unit of the currency.
price_in_decimal string, null
starting_unit not null
The lower limit of the unit range for the tier.
starting_unit_in_decimal string, null
record_exported_at timestamp
The column represents the timestamp when the data was exported to the configured destination.
change_type string
The column indicates the type of change [create, update, delete, read] and can be used to load data into the warehouse accordingly.