CustomFormPaymentSetting
Primary Key
| Primary Key | Field Type | 
|---|---|
| ID | int | 
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| AllowDirectDebit | bit | |||
| AllowPledge | bit | |||
| RequireFirstName | bit | |||
| RequireTitle | bit | |||
| RequirePhone | bit | |||
| MerchantAccountID | int | |||
| AllowWaive | bit | |||
| WaiveCode | nvarchar(1000) | |||
| AllowPaymentCollection | bit | |||
| DisplayReCAPTCHA | bit | Default = 0 | ||
| AcknowledgementBlock | nvarchar(max) | yes | 
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| FormGUID | uniqueidentifier | CustomFormElement.Guid | ||
| PaymentPartPageID | int | yes | SitePages.ID | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| PK_CustomFormPaymentSetting | ID | yes | yes | yes | 
| UK_CustomFormPaymentSetting_FormGUID | FormGUID | yes |