Each row of this table represents a CounterCurrencyPair. The primary use of this information is for "dual display" of European Monetary Union monetary amounts.
Column Name | Column Type | Column Description |
---|---|---|
COUNTERVALUECURR | CHARACTER (3) NOT NULL |
A counter value currency (ISO 4217 standards code). When "dual display" is desired, amounts in the shopping currency are converted to all the counter value currencies for that shopping currency and shown for the information of the customer. |
CURRSTR | CHARACTER (3) NOT NULL |
The shopping currency (in which customer intends to pay). This is a currency code as per ISO 4217 standards. |
DISPLAYSEQ | DOUBLE NOT NULL |
Counter value amounts, one for each counter value currency, are displayed in ascending sequence of DISPLAYSEQ. |
STOREENT_ID | INTEGER NOT NULL |
The StoreEntity this CounterCurrencyPair is part of. The complete list of counter value currencies for a Store includes CounterCurrencyPairs from both the Store and its StoreGroup. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034919750 | COUNTERVALUECURR, CURRSTR, STOREENT_ID, DISPLAYSEQ | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_287 | COUNTERVALUECURR | SETCURR | SETCCURR | Cascade |
F_288 | CURRSTR | SETCURR | SETCCURR | Cascade |
F_289 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|