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

com.theagilemonkeys.meets.magento.methods.CustomerAddressUpdate Maven / Gradle / Ivy

Go to download

A native SDK connector designed to ease communication between java environments and Magento stores

The newest version!
package com.theagilemonkeys.meets.magento.methods;

import com.theagilemonkeys.meets.magento.SoapApiMethod;

/**
 * Android Meets SDK
 * Original work Copyright (c) 2014 [TheAgileMonkeys]
 *
 * @author Álvaro López Espinosa
 */
public class CustomerAddressUpdate extends SoapApiMethod {
    public CustomerAddressUpdate() {
        super(Boolean.class);
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy