| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| 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 Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  ShoppingCartID | int | ShoppingCart.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  PK_ShoppingCartMembership | ID |  |  | 
