| Table containing XactPay consent file information |
| xactpay_consent_KEY | int (4) | NOT NULL | Primary key for this table. |
| client_KEY | int (4) | NOT NULL | The associated client. |
| effective_date | datetime (8, 3) | NOT NULL | Policy effective date. |
| transaction_date | datetime (8, 3) | NOT NULL | Transaction date. |
| transaction_type | nvarchar (100) | NOT NULL | Transaction type description returned by XactPay. |
| policy_status | nvarchar (100) | NOT NULL | Policy status description returned by XactPay. |
| download_date_time | datetime (8, 3) | NOT NULL | Date and time consent file was downloaded. |