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;
}