com.fedapay.utile.AccountModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fedapay-java Show documentation
Show all versions of fedapay-java Show documentation
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;
}