io.conekta.RequestBody 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!
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package io.conekta;
/**
*
* @author picharras
*/
public class RequestBody extends Resource {
public Card card;
public String company_id;
public String user_account_id;
public ConektaObject request_headers;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy