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

com.mercadopago.resources.datastructures.preference.DifferentialPricing Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.mercadopago.resources.datastructures.preference;

/**
 * Mercado Libre SDK
 * Differential Pricing class
 *
 * Created by Eduardo Paoletta on 11/9/16.
 */
public class DifferentialPricing {

    private Integer id = null;


    public Integer getId() {
        return id;
    }

    public DifferentialPricing setId(Integer id) {
        this.id = id;
        return this;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy