array('numeric'), 'receipt_id' => array('numeric'), 'payment_type_id' => array('numeric'), 'amount' => array('money') ); //The Associations below have been created with all possible keys, those that are not needed can be removed var $belongsTo = array( 'Receipt' => array( 'className' => 'Receipt', 'foreignKey' => 'receipt_id', 'conditions' => '', 'fields' => '', 'order' => '' ), 'PaymentType' => array( 'className' => 'PaymentType', 'foreignKey' => 'payment_type_id', 'conditions' => '', 'fields' => '', 'order' => '' ) ); } ?>