The table below lists all of the column names and descriptions of the content of the column and its data type for the SaleMedia table.
| Column Name | Description | Data Type |
|---|---|---|
| Amount | The amount the Media was tendered for. (Given in pennies. Example: $10 = 1000) | int |
| MediaIndex | Media Type - The media that the check was settled with. Same as Media.MediaIndex. | int |
| SaleID | GUID (Globally Unique Identifier) for that record. Same as Sale.SaleID. | uniqueidentifier |
| SaleMediaID | GUID (Globally Unique Identifier) for that record | uniqueidentifier |