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

io.conekta.PaymentMethod Maven / Gradle / Ivy

Go to download

This is a java library that allows interaction with https://api.conekta.io API.

The newest version!
package io.conekta;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy