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

com.fedapay.utile.AccountModel Maven / Gradle / Ivy

Go to download

Cette librairie permettra de faire les requetes HTTP de Fedapay dans un projet Java.

The newest version!
package com.fedapay.utile;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.fedapay.model.Account;

public class AccountModel extends FedaPayModel{
	
	@JsonProperty("v1/account")
	private Account data;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy