All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.code.magja.model.order.Invoice Maven / Gradle / Ivy

Go to download

Magja is a java connector for access the Magento API (http://www.magentocommerce.com/support/magento_core_api), with that you will be able to manipulate the magento products (images include), categories, customers, orders, and much more. Just you have to do its create a properties file with the connection parameters for the magento installation. For more information visit the project page.

There is a newer version: 0.0.3
Show newest version
/**
 *
 */
package com.google.code.magja.model.order;

import com.google.code.magja.model.BaseMagentoModel;

/**
 * @author andre
 *
 */
public class Invoice extends BaseMagentoModel {

	/* (non-Javadoc)
	 * @see com.google.code.magja.model.BaseMagentoModel#serializeToApi()
	 */
	@Override
	public Object serializeToApi() {
		// TODO Auto-generated method stub
		return null;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy