</field>
<field>
<name>is_credit_card_only</name>
+ <title>Is Credit Card Only?</title>
<type>boolean</type>
<comment>if true - processing logic must reject transaction at confirmation stage if pay method != credit card</comment>
<default>0</default>
</field>
<field>
<name>is_monetary</name>
+ <title>Is Monetary</title>
<type>boolean</type>
<default>1</default>
<comment>if true - allows real-time monetary transactions otherwise non-monetary transactions</comment>
</field>
<field>
<name>is_recur</name>
+ <title>Is Recurring</title>
<type>boolean</type>
<default>0</default>
<comment>if true - allows recurring contributions, valid only for PayPal_Standard</comment>
<log>true</log>
<field>
<name>id</name>
+ <title>Email ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Unique Email ID</comment>
</primaryKey>
<field>
<name>contact_id</name>
+ <title>Email Contact</title>
<type>int unsigned</type>
<comment>FK to Contact ID</comment>
<add>2.0</add>
</index>
<field>
<name>email</name>
+ <title>Email</title>
<type>varchar</type>
<length>254</length>
<html>
</field>
<field>
<name>is_primary</name>
+ <title>Is Primary email</title>
<type>boolean</type>
<default>0</default>
<comment>Is this the primary?</comment>
</index>
<field>
<name>is_billing</name>
+ <title>Is Billing Email?</title>
<type>boolean</type>
<default>0</default>
<comment>Is this the billing?</comment>