io.conekta.PaymentMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of conekta-java Show documentation
Show all versions of conekta-java Show documentation
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