DIM_OTHERPAYMENTMETHOD

Stores information about other payment method

Primary Key

Primary Key Field Type
OTHERPAYMENTMETHODDIMID int

Fields

Field Field Type Null Notes Description
OTHERPAYMENTMETHODSYSTEMID uniqueidentifier yes dbo.[OTHERPAYMENTMETHODCODE].[ID]
OTHERPAYMENTMETHOD nvarchar(100) yes dbo.[OTHERPAYMENTMETHODCODE].[DESCRIPTION]
OTHERPAYMENTMETHODISACTIVE bit yes dbo.[OTHERPAYMENTMETHODCODE].[ACTIVE]
OTHERPAYMENTMETHODSEQUENCE int yes dbo.[OTHERPAYMENTMETHODCODE].[SEQUENCE]
ISINCLUDED bit yes Flag indicating when data should be included in results.
SOURCEDIMID int yes Source system used.
ETLCONTROLID int yes ID generated through the ETL process.

Indexes

Index Name Fields Unique Primary Clustered
PK_DIM_OTHERPAYMENTMETHOD OTHERPAYMENTMETHODDIMID yes yes yes