ShoppingCartMembership
Primary Key
| Primary Key | Field Type | 
|---|---|
| ID | int | 
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| CreateDate | datetime | Default = getutcdate() | ||
| UpdateDate | datetime | Default = getutcdate() | ||
| TransactionXml | ntext | |||
| AcknowledgementXml | ntext | |||
| Amount | decimal(30, 6) | |||
| BenefitsHTML | ntext | |||
| AllowsMatchingGifts | bit | Default = 0 | ||
| CartSendMembershipAcknowledgementAlways | bit | Default = 0 | 
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| ShoppingCartID | int | ShoppingCart.ID | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| PK_ShoppingCartMembership | ID | yes | yes |