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

io.conekta.PaymentMethod Maven / Gradle / Ivy

package io.conekta;

/**
 *
 * @author mauricio
 */
public abstract class PaymentMethod extends ConektaObject {
    public Integer expires_at;
    public String type;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy