com.theagilemonkeys.meets.magento.methods.CustomerCustomerInfo Maven / Gradle / Ivy
package com.theagilemonkeys.meets.magento.methods;
import com.theagilemonkeys.meets.magento.SoapApiMethod;
import com.theagilemonkeys.meets.models.base.MeetsFactory;
/**
* Android Meets SDK
* Original work Copyright (c) 2014 [TheAgileMonkeys]
*
* @author Álvaro López Espinosa
*/
public class CustomerCustomerInfo extends SoapApiMethod {
public CustomerCustomerInfo() {
super(MeetsFactory.get().makeCustomer().getClass());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy