com.theagilemonkeys.meets.magento.methods.ShoppingCartCustomerSet Maven / Gradle / Ivy
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 ShoppingCartCustomerSet extends SoapApiMethod {
public ShoppingCartCustomerSet() {
super(boolean.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy