REQUEST_REFUND

0 rows


Description

Refund Requests

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACTIVE_HUB_KEY int identity 4 null

The Hub record ID

REQUESTREFUND_ID int 4 null

The Refund Request ID

ORIGINALREQUESTREFUND_ID int 4 null

The original Refund Request ID

CUSTOMERACCOUNT_ID int 4 null

The customer account ID

AMOUNT money 21,4 null

The amount of the Refund Request

STATUS varchar 100 null

The status of the Refund Request

DATE_STAMP datetime 16,3 null

The date and time the Refund Request was made

APPROVED_DATE_STAMP datetime 16,3 null

The date and time the Refund Request was approved

SITE_ID int 4 null

ID of the Site where the Refund Request was processed

WORKSTATION_ID int 4 null

ID of workstation where this Refund Request was processed

SYSTEMUSER_ID int 4 null

ID of the system user who created the Refund Request

APPROVED_SYSTEMUSER_ID int 4 null

ID of the system user who approved the Refund Request

ROW_VERSION binary 8 null

System timestamp (for INTernal use)

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

LAST_SYNC_TIME datetime 16,3 (getdate())

Date and time Hub record was last modified

ACTIVE_HUB_PROCESS_ID bigint 8 null

The Hub sync process ID

Indexes

Constraint Name Type Sort Column(s)
PK_REQUEST_REFUND Primary key Asc/Asc REQUESTREFUND_ID + ORG_ID

Relationships