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

io.conekta.Shipment Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package io.conekta;

/**
 *
 * @author mauricio
 */
public class Shipment extends Resource {
    public String carrier;
    public String service;
    public String tracking_id;
    public Integer price;
    public Address address;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy