CREDITCARDPROCESSINGMERCHANTACCOUNT (4.0SP17)

Stores the merchant accounts defined for a credit card processing business process.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

CREDITCARDPROCESSINGID

uniqueidentifier

false

FK to CREDITCARDPROCESSING

CURRENCYID

uniqueidentifier

false

FK to CURRENCY

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

MERCHANTACCOUNTID

uniqueidentifier

false

Indicates the merchant account to use for processing the credit card transactions for a specific currency.

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_CREDITCARDPROCESSINGMERCHANTACCOUNT_DATEADDED

DATEADDED

False

False

True

IX_CREDITCARDPROCESSINGMERCHANTACCOUNT_DATECHANGED

DATECHANGED

False

False

False

PK_CREDITCARDPROCESSINGMERCHANTACCOUNT

ID

True

True

False

UIX_CREDITCARDPROCESSINGMERCHANTACCOUNT_CREDITCARDPROCESSINGID_CURRENCYID

CREDITCARDPROCESSINGID

CURRENCYID

True

False

False

Triggers
Trigger Name Description

TR_CREDITCARDPROCESSINGMERCHANTACCOUNT_AUDIT_UPDATE

TR_CREDITCARDPROCESSINGMERCHANTACCOUNT_AUDIT_DELETE