io.conekta.CustomerInfo 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;
import java.util.HashMap;
/**
*
* @author L.Carlos
*/
public class CustomerInfo extends Resource{
public String name;
public String email;
public String phone;
public String customer_id;
public HashMap antifraud_info = new HashMap();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy