io.sphere.sdk.carts.LineItemLike Maven / Gradle / Ivy
package io.sphere.sdk.carts;
public interface LineItemLike {
String getId();
long getQuantity();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package io.sphere.sdk.carts;
public interface LineItemLike {
String getId();
long getQuantity();
}