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

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

package com.fedapay.utile;

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

public class BalanceModel extends FedaPayModel {
	
	@JsonProperty("v1/balance")
	private Balance data;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy