bridge_rate_bundle_payment_choice


Description

Bridge table listing which payment choices are allowed when selling a rate bundle.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
rate_bundle_payment_choice_id varchar 256 null

The primary key of this table. Surrogate key built from the rate bundle and payment choice.

rate_bundle_id int8 19 null
dim_rate_bundle.rate_bundle_id Implied Constraint R

The rate bundle that allows the payment choice.

payment_choice varchar 256 null

Allowed payment choice for the rate bundle.

last_updated timestamptz 35 null

System column. UTC Timestamp at which entry was calculated (lags shortly behind source system).

Relationships