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

com.theagilemonkeys.meets.magento.models.MeetsMageProductAttribute Maven / Gradle / Ivy

package com.theagilemonkeys.meets.magento.models;

import com.fasterxml.jackson.annotation.JsonTypeInfo;
import com.theagilemonkeys.meets.models.MeetsProduct;
import com.theagilemonkeys.meets.magento.utils.soap.SoapSerializableObject;

import java.util.List;

/**
 * Android Meets SDK
 * Original work Copyright (c) 2014 [TheAgileMonkeys]
 *
 * @author Álvaro López Espinosa
 */

public class MeetsMageProductAttribute extends SoapSerializableObject implements MeetsProduct.Attribute {
    int id;
    String label;
    @JsonTypeInfo(use= JsonTypeInfo.Id.CLASS, include= JsonTypeInfo.As.PROPERTY, property="class", defaultImpl = MageOption.class)
    List




© 2015 - 2025 Weber Informatics LLC | Privacy Policy