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

com.mercadopago.resources.datastructures.customer.Error Maven / Gradle / Ivy

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

/**
 * Mercado Libre SDK
 * Customer Address Verification Shipment Error class
 *
 * Created by Eduardo Paoletta on 12/15/16.
 */
public class Error {

    private String code = null;
    private String description = null;
    private String field = null;


    public String getCode() {
        return code;
    }

    public String getDescription() {
        return description;
    }

    public String getField() {
        return field;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy