<?php
/* This file is automatically generated from the .class files by lib/tools/bin/generate-entities.php */
$entityInfo['GalleryCheckoutItem'] = array(
    'members' => array(
	'item' => array('type' => STORAGE_TYPE_INTEGER, 'size' => STORAGE_SIZE_LARGE, 'notNull' => 1),
	'itemName' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
	'product' => array('type' => STORAGE_TYPE_INTEGER, 'size' => STORAGE_SIZE_LARGE, 'notNull' => 1),
	'productName' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
	'qty' => array('type' => STORAGE_TYPE_INTEGER, 'size' => STORAGE_SIZE_SMALL, 'notNull' => 1),
	'priceEach' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_SMALL),
	'priceTotal' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_SMALL),
	'notes' => array('type' => STORAGE_TYPE_TEXT)
),
    'parent' => 'GalleryChildEntity',
    'module' => 'checkout',
    'linked' => array());
$entityInfo['GalleryCheckoutTransaction'] = array(
    'members' => array(
	'date' => array('type' => STORAGE_TYPE_INTEGER, 'notNull' => 1),
	'buyerId' => array('type' => STORAGE_TYPE_INTEGER, 'size' => STORAGE_SIZE_LARGE, 'notNull' => 1),
	'host' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM, 'notNull' => 1),
	'postage' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_SMALL),
	'amount' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_SMALL),
	'firstName' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
	'lastName' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
	'email' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
	'recipientName' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
	'address1' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
	'address2' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
	'address3' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
	'address4' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
	'address5' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
	'addressZip' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
	'addressCountry' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
	'custNotes' => array('type' => STORAGE_TYPE_TEXT),
	'paymentPlugin' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
	'flagPaid' => array('type' => STORAGE_TYPE_BOOLEAN),
	'flagCleared' => array('type' => STORAGE_TYPE_BOOLEAN),
	'flagFulfil' => array('type' => STORAGE_TYPE_BOOLEAN),
	'flagFulfilled' => array('type' => STORAGE_TYPE_BOOLEAN),
	'flagCompleted' => array('type' => STORAGE_TYPE_BOOLEAN),
	'flagHold' => array('type' => STORAGE_TYPE_BOOLEAN),
	'flagProblem' => array('type' => STORAGE_TYPE_BOOLEAN)
),
    'parent' => 'GalleryEntity',
    'module' => 'checkout',
    'linked' => array());
?>
