![JAR search and dependency download from the Maven repository](/logo.png)
com.google.code.magja.model.order.Invoice Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magja Show documentation
Show all versions of magja Show documentation
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.
/**
*
*/
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