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

com.fedapay.model.FedaPayObject Maven / Gradle / Ivy

package com.fedapay.model;

import com.fasterxml.jackson.annotation.JsonIgnore;


public class FedaPayObject {

	@JsonIgnore
	public String rawJsonResponse;

	public FedaPayObject() {
	}

	public String getRawJsonResponse() {
		return rawJsonResponse;
	}

	public void setRawJsonResponse(String rawJsonResponse) {
		this.rawJsonResponse = rawJsonResponse;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy