![JAR search and dependency download from the Maven repository](/logo.png)
com.theagilemonkeys.meets.magento.methods.CustomerAddressInfo 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 CustomerAddressInfo extends SoapApiMethod {
public CustomerAddressInfo() {
super(MeetsFactory.get().makeAddress().getClass());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy