<?xml version="1.0" encoding="ISO-8859-1" ?>
<construct> 
    <module>net_term</module> 
    <table>net_term</table> 
    <dependancy>charge</dependancy> 
    <cache>0</cache> 
    <order_by>name</order_by> 
    <limit>35</limit> 
    <field>
        <id>
            <type>I4</type> 
            <unique>1</unique>
        </id>
        <site_id>
            <type>I4</type> 
        </site_id>
        <status>
            <type>L</type> 
        </status>
        <group_avail>
            <type>X2</type> 
            <validate>any</validate>
            <convert>array</convert>
        </group_avail>
        <checkout_id>
            <type>I4</type> 
            <asso_table>checkout</asso_table>
            <asso_field>name</asso_field> 
        </checkout_id>
        <name>
            <type>C(16)</type>
            <min_len>2</min_len>
            <max_len>16</max_len> 
            <validate>alphanumeric</validate> 
            <unique>1</unique>
        </name>
        <sku>
            <type>C(16)</type> 
            <validate>alphanumeric</validate> 
        </sku>
        <fee_type>
            <type>L</type> 
        </fee_type>
        <fee>
            <type>F</type> 
            <validate>float</validate> 
        </fee>
        <suspend_intervals>
            <type>I4</type>  
            <validate>numeric</validate> 
        </suspend_intervals>
        <enable_emails>
            <type>L</type> 
        </enable_emails>
        <sweep_type>
            <type>I4</type> 
        </sweep_type>
        <terms>
        	<type>I4</type> 
        </terms>
     </field> 
     <method>
        <add>id,status,group_avail,checkout_id,name,sku,fee_type,fee,suspend_intervals,enable_emails,sweep_type,terms</add>
        <update>id,status,group_avail,checkout_id,name,sku,fee_type,fee,suspend_intervals,enable_emails,sweep_type,terms</update>
        <delete>id,status,group_avail,checkout_id,name,sku,fee_type,fee,suspend_intervals,enable_emails,sweep_type,terms</delete>
        <view>id,status,group_avail,checkout_id,name,sku,fee_type,fee,suspend_intervals,enable_emails,sweep_type,terms</view>
        <search>id,status,checkout_id,name,sku,fee_type,fee,suspend_intervals,enable_emails,sweep_type,terms</search>
     </method> 
     <trigger>0</trigger>
</construct>