Refund_Order_Adjustments
The table below describes the Refund_Order_Adjustments table.
This is a virtual table, and is linked to the Refunds table (see Refunds).
None of the columns in this table are nullable.
This table contains the following foldable column:
- Refund_Id
This table does not contain Return Primary Key columns.
Column Name | SQL Type | Updatable |
---|---|---|
Refund_Id Primary Key Foreign Key linked to column Refund_Id in Refunds table |
SQL_BIGINT(unsigned) | True |
Refund_Order_Adjustments_Index Primary Key |
SQL_INTEGER(unsigned) | False |
Refund_Order_Adjustments_Order_Id Foreign Key linked to column Order_Id in Orders table |
SQL_BIGINT(unsigned) | False |
Refund_Order_Adjustments_Id |
SQL_BIGINT(unsigned) | False |
Refund_Order_Adjustments_Refund_Amount |
SQL_NUMERIC(38,2) | False |
Refund_Order_Adjustments_Refund_Kind |
SQL_VARCHAR(256) | False |
Refund_Order_Adjustments_Refund_Reason |
SQL_VARCHAR(256) | False |
Refund_Order_Adjustments_Refund_Tax_Amount |
SQL_NUMERIC(38,2) | False |