com.rocketlabs.sellercenterapi.entities.AttributeOption Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sellercenterapi Show documentation
Show all versions of sellercenterapi Show documentation
SellerCenter Marketplace API developer hub for Java
The newest version!
package com.rocketlabs.sellercenterapi.entities;
import javax.json.JsonObject;
public class AttributeOption extends AbstractModel {
AttributeOption(JsonObject data) {
super(data);
}
}