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

io.conekta.Refunds Maven / Gradle / Ivy

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

package io.conekta;

/**
 *
 * @author mauricio
 */
public class Refunds extends Resource {
    public Integer created_at;
    public Integer amount;
    public String currency;
    public String transaction;
    public String auth_code;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy